mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 16:55:29 +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)
|
||||
#define USE_UNDERCLOCK
|
||||
//save flash for F3 targets
|
||||
#define CLI_MINIMAL_VERBOSITY
|
||||
#define SKIP_CLI_COMMAND_HELP
|
||||
#define SKIP_CLI_RESOURCES
|
||||
#endif
|
||||
|
||||
#if defined(STM32F3) || defined(STM32F4)
|
||||
|
@ -128,11 +132,6 @@
|
|||
// 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
|
||||
|
||||
#define SKIP_TASK_STATISTICS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue