mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
parent
ddf051fb35
commit
130266af7b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ void updateActivatedModes(void)
|
||||||
updateMasksForMac(mac, &andMask, &newMask, bActive);
|
updateMasksForMac(mac, &andMask, &newMask, bActive);
|
||||||
}
|
}
|
||||||
|
|
||||||
bitArrayXor(&newMask, sizeof(&newMask), &newMask, &andMask);
|
bitArrayXor(&newMask, sizeof(newMask), &newMask, &andMask);
|
||||||
|
|
||||||
rcModeUpdate(&newMask);
|
rcModeUpdate(&newMask);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue