Skip to content

Commit 17fe6ab

Browse files
committed
Add missing {build.upload_flags}
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent d33d46e commit 17fe6ab

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
@@ -294,7 +294,7 @@ Other.pid.0=0x5711
294294

295295
Other.build.core=arduino
296296
Other.build.board=Other
297-
Other.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx}
297+
Other.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx} {build.upload_flags}
298298

299299
# BLUEPILL_F103C8 board
300300
# 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)