Skip to content

Commit 2111ca0

Browse files
iabdalkaderdpgeorge
authored andcommitted
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Update USB PID.
This PID is allocated for the Arduino Nano RP2040 running MicroPython.
1 parent b92e51e commit 2111ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// Enable USB Mass Storage with FatFS filesystem.
1919
#define MICROPY_HW_USB_MSC (1)
2020
#define MICROPY_HW_USB_VID (0x2341)
21-
#define MICROPY_HW_USB_PID (0x015e)
21+
#define MICROPY_HW_USB_PID (0x025e)
2222

2323
// UART 1 config.
2424
#define MICROPY_HW_UART1_TX (8)

0 commit comments

Comments
 (0)