mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Moved time functions out of system.h into time.h
This commit is contained in:
parent
08638f1245
commit
23f158913e
123 changed files with 228 additions and 227 deletions
|
@ -71,6 +71,7 @@ extern uint8_t __config_end;
|
|||
#include "drivers/sonar_hcsr04.h"
|
||||
#include "drivers/stack_check.h"
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/time.h"
|
||||
#include "drivers/timer.h"
|
||||
#include "drivers/vcd.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue