From cc3a7c063db2a5f59a6e8f2f081387d5d461fe8a Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Fri, 22 Jun 2018 15:49:28 +1200 Subject: [PATCH] Disabled features to make it fit. --- src/main/target/SPRACINGF3NEO/target.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/target/SPRACINGF3NEO/target.h b/src/main/target/SPRACINGF3NEO/target.h index 25e03d9126..3d3942f0c8 100644 --- a/src/main/target/SPRACINGF3NEO/target.h +++ b/src/main/target/SPRACINGF3NEO/target.h @@ -23,14 +23,18 @@ #define TARGET_BOARD_IDENTIFIER "SP3N" #define USE_TARGET_CONFIG -// Removed to make the firmware fit into flash (in descending order of priority): // 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): +#undef USE_GYRO_OVERFLOW_CHECK + +#undef USE_TELEMETRY_HOTT #undef USE_TELEMETRY_MAVLINK #undef USE_TELEMETRY_LTM #undef USE_SERIALRX_XBUS +#undef USE_BOARD_INFO #undef USE_EXTENDED_CMS_MENUS #undef USE_RTC_TIME #undef USE_RX_MSP