Skip to content

Commit 7831cd1

Browse files
authored
Merge pull request #846 from vmedcy/fix-mbed-compile-flash
Fix mbed compile --flash
2 parents 1bcb04d + a0f84df commit 7831cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2640,7 +2640,7 @@ def _safe_append_profile_to_build_path(build_path, profile):
26402640
def compile_(toolchain=None, target=None, macro=False, profile=False,
26412641
compile_library=False, compile_config=False, config_prefix=None,
26422642
source=False, build=False, clean=False, flash=False, sterm=False,
2643-
artifact_name=None, supported=False, app_config=None):
2643+
baudrate=9600, artifact_name=None, supported=False, app_config=None):
26442644
# Gather remaining arguments
26452645
args = remainder
26462646
# Find the root of the program

0 commit comments

Comments
 (0)