mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Fixed RC modes PG version after GPS rescue.
This commit is contained in:
parent
041362614b
commit
557d704b9e
2 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@ boxBitmask_t rcModeActivationMask; // one bit per mode defined in boxId_e
|
|||
static bool modeChangesDisabled = false;
|
||||
|
||||
PG_REGISTER_ARRAY(modeActivationCondition_t, MAX_MODE_ACTIVATION_CONDITION_COUNT, modeActivationConditions,
|
||||
PG_MODE_ACTIVATION_PROFILE, 0);
|
||||
PG_MODE_ACTIVATION_PROFILE, 1);
|
||||
|
||||
bool IS_RC_MODE_ACTIVE(boxId_e boxId)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue