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

Revert left stick constraints and introduce context

This commit is contained in:
jflyper 2017-07-21 20:38:22 +09:00
parent e955fa9a84
commit 4a2ef89ea8
4 changed files with 17 additions and 6 deletions

View file

@ -695,6 +695,7 @@ void baroSetCalibrationCycles(uint16_t) {}
void blackboxLogEvent(FlightLogEvent, flightLogEventData_t *) {}
bool cmsInMenu = false;
uint8_t armingFlags = 0;
int16_t heading;
uint8_t stateFlags = 0;