Commit 2111ca0b authored by iabdalkader's avatar iabdalkader Committed by Damien George

rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Update USB PID.

This PID is allocated for the Arduino Nano RP2040 running MicroPython.
parent b92e51ef
......@@ -18,7 +18,7 @@
// Enable USB Mass Storage with FatFS filesystem.
#define MICROPY_HW_USB_MSC (1)
#define MICROPY_HW_USB_VID (0x2341)
#define MICROPY_HW_USB_PID (0x015e)
#define MICROPY_HW_USB_PID (0x025e)
// UART 1 config.
#define MICROPY_HW_UART1_TX (8)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment