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:
parent
398ceada7e
commit
61bfeb8be8
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue