mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Merge pull request #3156 from martinbudden/bf_driver_time_header
Moved time functions out of system.h into time.h
This commit is contained in:
commit
f3502662b9
123 changed files with 228 additions and 227 deletions
|
@ -53,9 +53,9 @@
|
|||
#include "config/parameter_group.h"
|
||||
#include "config/parameter_group_ids.h"
|
||||
|
||||
#include "drivers/max7456_symbols.h"
|
||||
#include "drivers/display.h"
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/max7456_symbols.h"
|
||||
#include "drivers/time.h"
|
||||
#include "drivers/vtx_common.h"
|
||||
|
||||
#include "io/asyncfatfs/asyncfatfs.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue