fixed warning
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user