1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Fixed flash overflow on RG_SSD_F3.

This commit is contained in:
Michael Keller 2018-05-28 13:53:43 +12:00
parent e010da0243
commit 25903ca7bb

View file

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