From e2a1db2864c3b40cf795c4bfd0ad225aa6acfcc8 Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Sat, 24 Oct 2015 14:17:30 -0400 Subject: [PATCH] Add variable for debug --- hiddata.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hiddata.c b/hiddata.c index 5cb540e..c06194f 100644 --- a/hiddata.c +++ b/hiddata.c @@ -59,6 +59,9 @@ static void hiddata_processCommandBuffer(void) { int bits; unsigned char channel; +#ifdef DEBUG + int i; +#endif if (cmdbuf_len < 1) { state = STATE_IDLE;