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
#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

View File

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