Skip to content

Commit

Permalink
fix(platform.txt): upload.vid definition
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jul 15, 2024
1 parent 8682860 commit 6bd326d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions platform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,10 @@ build.usb_flags=-DUSBCON {build.usb_speed} -DUSBD_VID={build.vid} -DUSBD_PID={bu
# Boards should specify either both, or neither of these.
build.vid={vid.0}
build.pid={pid.0}
upload.vid=0x0483
upload.pid=0xdf11
upload.vid.0=0x0483
upload.pid.0=0xdf11
upload.vid={upload.vid.0}
upload.pid={upload.pid.0}

# To customize the USB manufacturer or product string, must add defines
# for them, e.g.:
Expand Down

0 comments on commit 6bd326d

Please sign in to comment.