mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Revert "Used forward references to remove #includes from header files"
This commit is contained in:
parent
166d81679b
commit
b581f4c39a
19 changed files with 31 additions and 40 deletions
|
@ -21,8 +21,8 @@
|
|||
#define I2C_LONG_TIMEOUT ((uint32_t)(10 * I2C_SHORT_TIMEOUT))
|
||||
#define I2C_DEFAULT_TIMEOUT I2C_SHORT_TIMEOUT
|
||||
|
||||
#include "io.h"
|
||||
#include "rcc.h"
|
||||
#include "drivers/io.h"
|
||||
#include "drivers/rcc.h"
|
||||
|
||||
#ifndef I2C_DEVICE
|
||||
#define I2C_DEVICE I2CINVALID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue