update log tag

This commit is contained in:
sakumisu
2024-01-30 23:04:35 +08:00
parent fc80972284
commit eeb304ae08
10 changed files with 40 additions and 0 deletions

View File

@@ -7,6 +7,10 @@
#include "usbh_msc.h"
#include "usb_scsi.h"
#undef USB_DBG_TAG
#define USB_DBG_TAG "usbh_msc"
#include "usb_log.h"
#define DEV_FORMAT "/dev/sd%c"
USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t g_msc_buf[32];