mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Typo fix
This commit is contained in:
@ -33,7 +33,7 @@ if env.subst("$BOARD") == "rfduino":
|
||||
env.Replace(
|
||||
UPLOADER=join("$PIOPACKAGES_DIR", "tool-rfdloader", "rfdloader"),
|
||||
UPLOADERFLAGS=["-q", "$UPLOAD_PORT", "$SOURCES"],
|
||||
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS"'
|
||||
UPLOADCMD='"$UPLOADER" $UPLOADERFLAGS'
|
||||
)
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user