mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +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
|
@ -22,14 +22,13 @@
|
|||
#include "platform.h"
|
||||
|
||||
#include "drivers/accgyro/accgyro.h"
|
||||
#include "drivers/system.h"
|
||||
#include "drivers/gpio.h"
|
||||
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/sensor.h"
|
||||
#include "drivers/time.h"
|
||||
|
||||
#include "adc.h"
|
||||
#include "adc_impl.h"
|
||||
#include "drivers/io.h"
|
||||
#include "rcc.h"
|
||||
#include "dma.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue