summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriabdalkader <i.abdalkader@gmail.com>2022-04-22 14:37:11 +0200
committerDamien George <damien@micropython.org>2022-06-03 16:12:44 +1000
commit2111ca0b8fdcbef6177a8d37fde53085de2a798a (patch)
treeeb8907c8623536ea639d7c78d199c9b0bff883a8
parentb92e51efe740dc7704bbb0ea47c4fb12be25672d (diff)
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Update USB PID.
This PID is allocated for the Arduino Nano RP2040 running MicroPython.
-rw-r--r--ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h
index ed1d2cdcf..6d04e3e1d 100644
--- a/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h
+++ b/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT/mpconfigboard.h
@@ -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)