Skip to content

Commit 116821d

Browse files
committed
Add missing {build.upload_flags}
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 07cc252 commit 116821d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Other.pid.0=0x5711
322322

323323
Other.build.core=arduino
324324
Other.build.board=Other
325-
Other.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx}
325+
Other.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx} {build.upload_flags}
326326

327327
# BLUEPILL_F103C8 board
328328
# Support: USB HID, Serial2 (USART2 on PA3, PA2) and Serial3 (USART3 on PB11, PB10)

Diff for: platform.txt

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ build.usb_manufacturer="Unknown"
6666
#
6767
build.enable_Serialx=
6868
build.enable_usb=
69+
build.upload_flags=
6970

7071
# compile patterns
7172
# ---------------------

0 commit comments

Comments
 (0)