mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fixed SPRACINGF3NEO.
This commit is contained in:
parent
79fd0b2c05
commit
7b4b47829e
1 changed files with 3 additions and 4 deletions
|
@ -23,11 +23,10 @@
|
||||||
#define TARGET_BOARD_IDENTIFIER "SP3N"
|
#define TARGET_BOARD_IDENTIFIER "SP3N"
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
|
|
||||||
// NOTE: Don't disable USE_GYRO_OVERFLOW_CHECK - board has ICM20602 gyro
|
|
||||||
#undef USE_GYRO_LPF2
|
|
||||||
|
|
||||||
// Removed to make the firmware fit into flash (in descending order of priority):
|
// Removed to make the firmware fit into flash (in descending order of priority):
|
||||||
#undef USE_GYRO_OVERFLOW_CHECK
|
#undef USE_GYRO_LPF2
|
||||||
|
// NOTE: Don't disable USE_GYRO_OVERFLOW_CHECK - board has ICM20602 gyro
|
||||||
|
//#undef USE_GYRO_OVERFLOW_CHECK
|
||||||
|
|
||||||
#undef USE_TELEMETRY_HOTT
|
#undef USE_TELEMETRY_HOTT
|
||||||
#undef USE_TELEMETRY_MAVLINK
|
#undef USE_TELEMETRY_MAVLINK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue