Fix warning
This commit is contained in:
parent
4abf1f436a
commit
0c305ee5f5
|
|
@ -97,8 +97,7 @@ void cmdqueue_reset()
|
|||
{
|
||||
while (buflen)
|
||||
{
|
||||
uint8_t cmdqueue_current_type = *(cmdbuffer+bufindr);
|
||||
// printf_P(PSTR("dumping: \"%s\" of type %hu\n"), cmdbuffer+bufindr+CMDHDRSIZE, cmdqueue_current_type);
|
||||
// printf_P(PSTR("dumping: \"%s\" of type %hu\n"), cmdbuffer+bufindr+CMDHDRSIZE, CMDBUFFER_CURRENT_TYPE);
|
||||
ClearToSend();
|
||||
cmdqueue_pop_front();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue