mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Fixed flash overflow for FRSKYF3
This commit is contained in:
parent
2a91eaac8d
commit
3064fbcd0e
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
// Removed to make the firmware fit into flash (in descending order of priority):
|
||||||
|
#undef USE_GYRO_OVERFLOW_CHECK // target does not use affected gyros
|
||||||
|
#undef USE_RTC_TIME
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "FRF3"
|
#define TARGET_BOARD_IDENTIFIER "FRF3"
|
||||||
#define USE_TARGET_CONFIG
|
#define USE_TARGET_CONFIG
|
||||||
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue