Skip to content

Commit 3512f27

Browse files
committed
change VID and PID
1 parent c7ec6ba commit 3512f27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/boards/bast_ble/board.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
//--------------------------------------------------------------------+
5252

5353
// Shared VID/PID with Feather nRF52840, will be disabled for building in the future
54-
#define USB_DESC_VID 0x239A
55-
#define USB_DESC_UF2_PID 0x0029
56-
#define USB_DESC_CDC_ONLY_PID 0x0029
54+
#define USB_DESC_VID 0x1209
55+
#define USB_DESC_UF2_PID 0x805A
56+
#define USB_DESC_CDC_ONLY_PID 0x805A
5757

5858
#define UF2_PRODUCT_NAME "Bast BLE"
5959
#define UF2_VOLUME_LABEL "BASTBLE"

0 commit comments

Comments
 (0)