sakumisu 1 年間 前
コミット
ea03856337
1 ファイル変更2 行追加0 行削除
  1. 2 0
      common/usb_log.h

+ 2 - 0
common/usb_log.h

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