1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 17:55:28 +03:00

Split time declarations out of system.h into time.h

This commit is contained in:
Martin Budden 2017-02-07 13:15:45 +00:00
parent 5c2f2f9af3
commit 5fcd222cc7
127 changed files with 158 additions and 121 deletions

View file

@ -23,7 +23,7 @@
#include "common/utils.h"
#include "system.h"
#include "time.h"
#include "gpio.h"
#include "light_led.h"