Skip to content

Commit dedb1fa

Browse files
committed
Report only board name in usb descriptor
1 parent 5dbff35 commit dedb1fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/board.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#define BOARD_USBD_VID 0x2341
8383
#define BOARD_USBD_PID 0x035B
8484

85-
#define BOARD_USBD_STRING "Portenta H7 MCUboot"
85+
#define BOARD_USBD_STRING "Portenta H7"
8686

8787
#define BOARD_QSPI_SO0 PD_11
8888
#define BOARD_QSPI_SO1 PD_12
@@ -149,7 +149,7 @@
149149
#define BOARD_USBD_VID 0x2341
150150
#define BOARD_USBD_PID 0x035F
151151

152-
#define BOARD_USBD_STRING "Nicla Vision MCUboot"
152+
#define BOARD_USBD_STRING "Nicla Vision"
153153

154154
#define BOARD_QSPI_SO0 PD_11
155155
#define BOARD_QSPI_SO1 PF_9

0 commit comments

Comments
 (0)