diff --git a/src/main/target/FURYF3/target.h b/src/main/target/FURYF3/target.h index 3225e4145a..47c6f9e0fb 100644 --- a/src/main/target/FURYF3/target.h +++ b/src/main/target/FURYF3/target.h @@ -84,6 +84,12 @@ #define SPI2_MOSI_PIN PB15 #ifdef FURYF3OSD + +// Removed to make the firmware fit into flash (in descending order of priority): +#undef USE_RTC_TIME +#undef USE_RX_MSP +#undef USE_ESC_SENSOR_INFO + // include the max7456 driver #define USE_MAX7456 #define MAX7456_SPI_INSTANCE SPI1 diff --git a/src/main/target/RG_SSD_F3/target.h b/src/main/target/RG_SSD_F3/target.h index b7e7c34ff4..e7b3fd6c1d 100644 --- a/src/main/target/RG_SSD_F3/target.h +++ b/src/main/target/RG_SSD_F3/target.h @@ -22,6 +22,11 @@ #define TARGET_BOARD_IDENTIFIER "RGF3" // rgSSD_F3 +// Removed to make the firmware fit into flash (in descending order of priority): +#undef USE_RTC_TIME +#undef USE_RX_MSP +#undef USE_ESC_SENSOR_INFO + #define LED0_PIN PC1 #define LED1_PIN PC0