Add variable for debug

This commit is contained in:
Raphael Assenat 2015-10-24 14:17:30 -04:00
parent ceca9a0148
commit e2a1db2864
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ static void hiddata_processCommandBuffer(void)
{ {
int bits; int bits;
unsigned char channel; unsigned char channel;
#ifdef DEBUG
int i;
#endif
if (cmdbuf_len < 1) { if (cmdbuf_len < 1) {
state = STATE_IDLE; state = STATE_IDLE;