We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81240bf commit 0ec25a7Copy full SHA for 0ec25a7
src/boards/raytac_mdbt50q_rx/board.h
@@ -53,10 +53,9 @@
53
// USB
54
//--------------------------------------------------------------------+
55
56
-// Shared VID/PID with Feather nRF52840, will be disabled for building in the future
57
#define USB_DESC_VID 0x239A
58
-#define USB_DESC_UF2_PID 0x0029
59
-#define USB_DESC_CDC_ONLY_PID 0x0029
+#define USB_DESC_UF2_PID 0x010B
+#define USB_DESC_CDC_ONLY_PID 0x010B
60
61
//------------- UF2 -------------//
62
#define UF2_PRODUCT_NAME "Raytac MDBT50Q-RX"
0 commit comments