Skip to content

Commit ff87a70

Browse files
committed
Updated USB PID for max32690evkit
1 parent 4a8643e commit ff87a70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ports/analog/boards/max32690evkit/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ INTERNAL_FLASH_FILESYSTEM=1
1616
# Use 0x0456 for Analog Devices, Inc.; 0B6A for Maxim
1717
USB_VID=0x0456
1818
# USB_VID=0x0B6A
19-
USB_PID=0x003C
19+
USB_PID=0x003D
2020
USB_MANUFACTURER="Analog Devices, Inc."
2121
USB_PRODUCT="MAX32690 EvKit"
2222
USB_HIGHSPEED=1

tests/pyboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../tools/cpboard.py
1+
../tools/cpboard.py

0 commit comments

Comments
 (0)