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:
commit
b81d85a8e9
4 changed files with 17 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue