Fix warning

This commit is contained in:
Alex Voinea 2020-10-28 10:07:46 +02:00 committed by Voinea Dragos
parent 4abf1f436a
commit 0c305ee5f5
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}