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

@@ -6,6 +6,10 @@
#include "usbh_core.h"
#include "usbh_cdc_acm.h"
#undef USB_DBG_TAG
#define USB_DBG_TAG "usbh_cdc_acm"
#include "usb_log.h"
#define DEV_FORMAT "/dev/ttyACM%d"
USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX struct cdc_line_coding g_cdc_line_coding;