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

@@ -5,6 +5,10 @@
*/
#include "usbh_core.h"
#undef USB_DBG_TAG
#define USB_DBG_TAG "usbh_core"
#include "usb_log.h"
struct usbh_class_info *usbh_class_info_table_begin = NULL;
struct usbh_class_info *usbh_class_info_table_end = NULL;