1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

Reduce F1 RAM usage and CC3D ROM usage

This commit is contained in:
Martin Budden 2016-10-22 17:46:00 +01:00
parent eae47ec627
commit 09bb6d9300
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ typedef enum {
#define MSP_PORT_INBUF_SIZE 192 #define MSP_PORT_INBUF_SIZE 192
#ifdef USE_FLASHFS #ifdef USE_FLASHFS
#ifdef STM32F1 #ifdef STM32F1
#define MSP_PORT_DATAFLASH_BUFFER_SIZE 2048 #define MSP_PORT_DATAFLASH_BUFFER_SIZE 1024
#else #else
#define MSP_PORT_DATAFLASH_BUFFER_SIZE 4096 #define MSP_PORT_DATAFLASH_BUFFER_SIZE 4096
#endif #endif

View file

@ -106,7 +106,7 @@
// USART3, PB11 (Flexport) // USART3, PB11 (Flexport)
#define BIND_PIN PB11 #define BIND_PIN PB11
#define USE_SERIAL_4WAY_BLHELI_INTERFACE //#define USE_SERIAL_4WAY_BLHELI_INTERFACE
//#define SONAR //#define SONAR
//#define SONAR_ECHO_PIN PB0 //#define SONAR_ECHO_PIN PB0