mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
White space tidy
This commit is contained in:
parent
d25c852098
commit
ff16686893
58 changed files with 310 additions and 310 deletions
|
@ -80,7 +80,7 @@ bool isRangeActive(uint8_t auxChannelIndex, const channelRange_t *range) {
|
|||
|
||||
/*
|
||||
* updateMasksForMac:
|
||||
*
|
||||
*
|
||||
* The following are the possible logic states at each MAC update:
|
||||
* AND NEW
|
||||
* --- ---
|
||||
|
@ -93,7 +93,7 @@ void updateMasksForMac(const modeActivationCondition_t *mac, boxBitmask_t *andMa
|
|||
{
|
||||
if (bitArrayGet(andMask, mac->modeId) || !bitArrayGet(newMask, mac->modeId)) {
|
||||
bool bAnd = mac->modeLogic == MODELOGIC_AND;
|
||||
|
||||
|
||||
if (!bAnd) { // OR mac
|
||||
if (bActive) {
|
||||
bitArrayClr(andMask, mac->modeId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue