Skip to content

Commit 6bd326d

Browse files
committed
fix(platform.txt): upload.vid definition
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 8682860 commit 6bd326d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: platform.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,10 @@ build.usb_flags=-DUSBCON {build.usb_speed} -DUSBD_VID={build.vid} -DUSBD_PID={bu
110110
# Boards should specify either both, or neither of these.
111111
build.vid={vid.0}
112112
build.pid={pid.0}
113-
upload.vid=0x0483
114-
upload.pid=0xdf11
113+
upload.vid.0=0x0483
114+
upload.pid.0=0xdf11
115+
upload.vid={upload.vid.0}
116+
upload.pid={upload.pid.0}
115117

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

0 commit comments

Comments
 (0)