fixed warning
This commit is contained in:
parent
44240aa7bf
commit
b8c79955a8
@ -33,7 +33,7 @@ void Debug_Process()
|
|||||||
CMD_OVERFLOW
|
CMD_OVERFLOW
|
||||||
} InputProcessed_t;
|
} InputProcessed_t;
|
||||||
|
|
||||||
static int inputCnt = 0;
|
static unsigned int inputCnt = 0;
|
||||||
static char inputBuffer[32];
|
static char inputBuffer[32];
|
||||||
InputProcessed_t InputProcessed = IDLE;
|
InputProcessed_t InputProcessed = IDLE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user