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

Merge pull request #3586 from jflyper/bfdev-avoid-stick-commands-while-in-cms

CMS Remove left stick constraints
This commit is contained in:
jflyper 2017-07-31 10:11:30 +09:00 committed by GitHub
commit b81d85a8e9
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;