Skip to content

Commit e31e44c

Browse files
committed
NICLAV: Fix USB PID.
1 parent 4b45608 commit e31e44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32/boards/NICLAV/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ extern struct _spi_bdev_t spi_bdev;
123123
#define GPIO_AF10_OTG_HS (GPIO_AF10_OTG2_HS)
124124

125125
#define MICROPY_HW_USB_VID 0x2341
126-
#define MICROPY_HW_USB_PID 0x045F
126+
#define MICROPY_HW_USB_PID 0x005B
127127
#define MICROPY_HW_USB_PID_CDC_MSC (MICROPY_HW_USB_PID)
128128
#define MICROPY_HW_USB_PID_CDC_HID (MICROPY_HW_USB_PID)
129129
#define MICROPY_HW_USB_PID_CDC (MICROPY_HW_USB_PID)

0 commit comments

Comments
 (0)