Skip to content

Commit a5b78ff

Browse files
committed
Updated with @xiongyhui's VID/PID from Seeed
1 parent 8ab7a41 commit a5b78ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/boards/nrf52840_m2/board.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
//--------------------------------------------------------------------+
5757
// USB
5858
//--------------------------------------------------------------------+
59-
#define USB_DESC_VID 0x1915
60-
#define USB_DESC_UF2_PID 0x0029
61-
#define USB_DESC_CDC_ONLY_PID 0x002A
59+
#define USB_DESC_VID 0x2886
60+
#define USB_DESC_UF2_PID 0xF00F
61+
#define USB_DESC_CDC_ONLY_PID 0xF00F
6262

6363
//--------------------------------------------------------------------+
6464
// UF2

0 commit comments

Comments
 (0)