mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Merge remote-tracking branch 'upstream/master' into abo_in_flight_mission_planner
This commit is contained in:
commit
e2b5bf008f
100 changed files with 7889 additions and 1648 deletions
|
@ -328,7 +328,7 @@ void initActiveBoxIds(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
#define IS_ENABLED(mask) (mask == 0 ? 0 : 1)
|
||||
#define IS_ENABLED(mask) ((mask) == 0 ? 0 : 1)
|
||||
#define CHECK_ACTIVE_BOX(condition, index) do { if (IS_ENABLED(condition)) { activeBoxes[index] = 1; } } while(0)
|
||||
|
||||
void packBoxModeFlags(boxBitmask_t * mspBoxModeFlags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue