From 0cac0ab34cf7ab09c60b98273bac535888579852 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 3 Feb 2026 20:52:35 +0800 Subject: [PATCH] fix typo Signed-off-by: sakumisu <1203593632@qq.com> --- class/serial/usbh_ch34x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/serial/usbh_ch34x.c b/class/serial/usbh_ch34x.c index 4e31a1af..4595bcae 100644 --- a/class/serial/usbh_ch34x.c +++ b/class/serial/usbh_ch34x.c @@ -8,7 +8,7 @@ #include "usbh_ch34x.h" #undef USB_DBG_TAG -#define USB_DBG_TAG "usbh_ch43x" +#define USB_DBG_TAG "usbh_ch34x" #include "usb_log.h" struct usbh_ch34x {