mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 07:45:29 +03:00
Fix compiliation for F1 targets
Fix a missing MCU check for ADC devices and reduce the number of profiles/rateprofiles to 2 and 3 respectively to get the config under 2K.
This commit is contained in:
parent
4f7fa25b06
commit
87b077b59b
4 changed files with 6 additions and 3 deletions
|
@ -33,6 +33,7 @@
|
|||
#define FAST_RAM
|
||||
|
||||
#define PID_PROFILE_COUNT 3
|
||||
#define CONTROL_RATE_PROFILE_COUNT 6
|
||||
#define USE_MAG
|
||||
#define USE_BARO
|
||||
#define USE_GPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue