mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-22 07:45:24 +03:00
Remove unused variable
This commit is contained in:
parent
6ea467bd4c
commit
cf431d7d5c
1 changed files with 0 additions and 3 deletions
|
@ -35,7 +35,6 @@
|
|||
#include "rx/rx.h"
|
||||
|
||||
static uint8_t specifiedConditionCountPerMode[CHECKBOX_ITEM_COUNT];
|
||||
static bool isUsingSticksToArm = true;
|
||||
#ifdef USE_NAV
|
||||
static bool isUsingNAVModes = false;
|
||||
#endif
|
||||
|
@ -154,8 +153,6 @@ void updateUsedModeActivationConditionFlags(void)
|
|||
}
|
||||
}
|
||||
|
||||
isUsingSticksToArm = !isModeActivationConditionPresent(BOXARM);
|
||||
|
||||
#ifdef USE_NAV
|
||||
isUsingNAVModes = isModeActivationConditionPresent(BOXNAVPOSHOLD) ||
|
||||
isModeActivationConditionPresent(BOXNAVRTH) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue