mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +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);
|
||||
}
|
||||
|
||||
bitArrayXor(&newMask, sizeof(&newMask), &newMask, &andMask);
|
||||
bitArrayXor(&newMask, sizeof(newMask), &newMask, &andMask);
|
||||
|
||||
rcModeUpdate(&newMask);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue