diff options
| author | sakumisu <[email protected]> | 2026-02-03 20:52:35 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-02-03 20:52:35 +0800 |
| commit | 0cac0ab34cf7ab09c60b98273bac535888579852 (patch) | |
| tree | e680c9abe1abcd744805a81b4395dd3363270b16 | |
| parent | 5f47d1a6b6378e17a91a3dade770a1a1d2b7ee17 (diff) | |
fix typo
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | class/serial/usbh_ch34x.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
