Merge pull request #4612 from mikeller/remove_betaflightf3_features

Removed features from BETAFLIGHTF3 target to make it fit the flash space.
This commit is contained in:
Michael Keller 2017-11-19 10:24:31 +13:00 committed by GitHub
commit a9105e88c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@
#define TARGET_BOARD_IDENTIFIER "BFF3" #define TARGET_BOARD_IDENTIFIER "BFF3"
// Removing some features to make the firmware fit the flash space
#undef USE_TELEMETRY_HOTT
#undef USE_TELEMETRY_JETIEXBUS
#undef USE_TELEMETRY_LTM
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE #define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
#define BEEPER PC15 #define BEEPER PC15