Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisu committed Nov 21, 2024
1 parent 1c1217f commit ea03856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/usb_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ static inline void usb_hexdump(const void *ptr, uint32_t buflen)
unsigned char *buf = (unsigned char *)ptr;
uint32_t i, j;

(void)buf;

for (i = 0; i < buflen; i += 16) {
CONFIG_USB_PRINTF("%08X:", i);

Expand Down

0 comments on commit ea03856

Please sign in to comment.