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;