update CH32V305 USB VID

This commit is contained in:
XIVN1987
2024-12-08 17:48:05 +08:00
parent ec56afcedf
commit f403988e4f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,11 +2,11 @@
#define __USB_DESC_H__
#define USBD_VID 0x0416
#define USBD_VID 0x1A86
#ifdef DAP_FW_V1
#define USBD_PID 0x5951
#define USBD_PID 0x5321
#else
#define USBD_PID 0x7997
#define USBD_PID 0x7321
#endif