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:
parent
e955fa9a84
commit
4a2ef89ea8
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