Remove "hh" in fmt where it makes no difference

This commit is contained in:
Alex Voinea 2022-02-02 20:58:21 +01:00
parent 146b008186
commit 6ce7792045
8 changed files with 28 additions and 28 deletions
Firmware

View file

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