1
0
Fork 0
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:
Martin Budden 2017-05-26 14:44:41 +01:00 committed by GitHub
commit f3502662b9
123 changed files with 228 additions and 227 deletions

View file

@ -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"