mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fix incorrect CALL_COUNT_ITEM_COUNT value in rc_controls_unittest
preventing compilation via clang.
This commit is contained in:
parent
b67e1a0293
commit
940552beb1
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ enum {
|
|||
COUNTER_GENERATE_PITCH_ROLL_CURVE = 0,
|
||||
COUNTER_QUEUE_CONFIRMATION_BEEP
|
||||
};
|
||||
#define CALL_COUNT_ITEM_COUNT 1
|
||||
#define CALL_COUNT_ITEM_COUNT 2
|
||||
|
||||
static int callCounts[CALL_COUNT_ITEM_COUNT];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue