Skip to content

Commit fe3e63f

Browse files
committed
correct USB PID and VID
1 parent 5837e63 commit fe3e63f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
- 'stm32f3'
6868
- 'stm32f4'
6969
- 'stm32h5'
70-
- 'stm32l4'
7170
- 'stm32h7'
71+
- 'stm32l4'
7272
with:
7373
port: ${{ matrix.port }}
7474
boards: ${{ toJSON(fromJSON(needs.set-matrix.outputs.json)[matrix.port].board) }}

ports/stm32h7/boards/daisy_seed/board.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ extern "C" {
6262
// USB UF2
6363
//--------------------------------------------------------------------+
6464

65-
#define USB_VID 0x239A
66-
#define USB_PID 0x005D
65+
#define USB_VID 0x0483
66+
#define USB_PID 0x5740
6767
#define USB_MANUFACTURER "STM32"
6868
#define USB_PRODUCT "STM32FH750IB"
6969

0 commit comments

Comments
 (0)