1
0
Fork 0
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:
Dominic Clifton 2014-10-28 15:45:03 +00:00
parent b67e1a0293
commit 940552beb1

View file

@ -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];