mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Update i2c/spi drivers so they do not include "board.h". It is now clear
what all i2c/spi drivers need to compile and what was unnecessarily included before. Renamed printf_config.h into build_config.h, move SOFT_I2C toggle switch to build_config.h.
This commit is contained in:
parent
ff0f4e66a9
commit
1205765b4c
8 changed files with 33 additions and 9 deletions
|
@ -9,7 +9,6 @@
|
|||
#define U_ID_1 (*(uint32_t*)0x1FFFF7EC)
|
||||
#define U_ID_2 (*(uint32_t*)0x1FFFF7F0)
|
||||
|
||||
|
||||
// Hardware definitions and GPIO
|
||||
#ifdef FY90Q
|
||||
// FY90Q
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue