1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +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:
Bruce Luckcuck 2019-01-31 07:53:56 -05:00
parent 4f7fa25b06
commit 87b077b59b
4 changed files with 6 additions and 3 deletions

View file

@ -24,8 +24,6 @@
#include "pg/pg.h"
#define CONTROL_RATE_PROFILE_COUNT 6
typedef enum {
RATES_TYPE_BETAFLIGHT = 0,
RATES_TYPE_RACEFLIGHT,