Remove "hh" in fmt where it makes no difference
This commit is contained in:
parent
146b008186
commit
6ce7792045
8 changed files with 28 additions and 28 deletions
Firmware
|
@ -94,7 +94,7 @@ void cmdqueue_reset()
|
|||
{
|
||||
while (buflen)
|
||||
{
|
||||
// printf_P(PSTR("dumping: \"%s\" of type %hu\n"), cmdbuffer+bufindr+CMDHDRSIZE, CMDBUFFER_CURRENT_TYPE);
|
||||
// printf_P(PSTR("dumping: \"%s\" of type %u\n"), cmdbuffer+bufindr+CMDHDRSIZE, CMDBUFFER_CURRENT_TYPE);
|
||||
ClearToSend();
|
||||
cmdqueue_pop_front();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue