1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 17:25:18 +03:00

claim some flash on F3

This commit is contained in:
giacomo892 2018-10-31 10:43:16 +01:00
parent 398ceada7e
commit 61bfeb8be8

View file

@ -39,6 +39,10 @@
#if defined(STM32F3) #if defined(STM32F3)
#define USE_UNDERCLOCK #define USE_UNDERCLOCK
//save flash for F3 targets
#define CLI_MINIMAL_VERBOSITY
#define SKIP_CLI_COMMAND_HELP
#define SKIP_CLI_RESOURCES
#endif #endif
#if defined(STM32F3) || defined(STM32F4) #if defined(STM32F3) || defined(STM32F4)
@ -128,11 +132,6 @@
// Wind estimator // Wind estimator
#define USE_WIND_ESTIMATOR #define USE_WIND_ESTIMATOR
//save flash for F3 targets
#define CLI_MINIMAL_VERBOSITY
#define SKIP_CLI_COMMAND_HELP
#define SKIP_CLI_RESOURCES
#else // FLASH_SIZE < 128 #else // FLASH_SIZE < 128
#define SKIP_TASK_STATISTICS #define SKIP_TASK_STATISTICS