1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

CF/BF - Remove usage of USE_FC based on PR discussion decisions. Add

USE_VIRTUAL_CURRENT_METER.
This commit is contained in:
Hydra 2017-04-11 08:56:54 +01:00 committed by Dominic Clifton
parent b4dc3b53f5
commit be063ebbbf
11 changed files with 66 additions and 64 deletions

View file

@ -64,7 +64,7 @@ typedef enum {
#define MAX_NAME_LENGTH 16
#ifdef USE_FC
#ifndef USE_OSD_SLAVE
typedef struct systemConfig_s {
uint8_t pidProfileIndex;
uint8_t activeRateProfile;