rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Update USB PID.

This PID is allocated for the Arduino Nano RP2040 running MicroPython.
This commit is contained in:
iabdalkader 2022-04-22 14:37:11 +02:00 committed by Damien George
parent b92e51efe7
commit 2111ca0b8f

View File

@ -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)