mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
Reduce F1 RAM usage and CC3D ROM usage
This commit is contained in:
parent
eae47ec627
commit
09bb6d9300
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ typedef enum {
|
|||
#define MSP_PORT_INBUF_SIZE 192
|
||||
#ifdef USE_FLASHFS
|
||||
#ifdef STM32F1
|
||||
#define MSP_PORT_DATAFLASH_BUFFER_SIZE 2048
|
||||
#define MSP_PORT_DATAFLASH_BUFFER_SIZE 1024
|
||||
#else
|
||||
#define MSP_PORT_DATAFLASH_BUFFER_SIZE 4096
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue