1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

When in ACRO mode use trim sticks to adjust RATE profile

This commit is contained in:
Martin Budden 2017-11-15 09:03:39 +00:00
parent 75632daf6b
commit 36957d6075
3 changed files with 45 additions and 25 deletions

View file

@ -699,6 +699,7 @@ void blackboxLogEvent(FlightLogEvent, flightLogEventData_t *) {}
bool cmsInMenu = false;
uint8_t armingFlags = 0;
uint16_t flightModeFlags = 0;
int16_t heading;
uint8_t stateFlags = 0;
int16_t rcData[MAX_SUPPORTED_RC_CHANNEL_COUNT];