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:
parent
e010da0243
commit
25903ca7bb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue