aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2020-03-21 19:48:11 +0530
committerGitHub <noreply@github.com>2020-03-21 19:48:11 +0530
commit6f786a96b0acfb0c9b2d2f4e39911d2803088729 (patch)
tree8173b84d6e54b256132c8dad6a440bf804d75933
parente870443f4824cbbcd560f500c6072012dd668f62 (diff)
parent95d99dd3cc74bc990f948ea4a4eebaed43906a60 (diff)
Merge pull request #628 from ladislas/fix-monitor_baudrate-typo
Fix monitor baudrate typo for user config
-rw-r--r--Arduino.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Arduino.mk b/Arduino.mk
index b9611a0..ff94ffe 100644
--- a/Arduino.mk
+++ b/Arduino.mk
@@ -1004,7 +1004,7 @@ ifeq ($(strip $(NO_CORE)),)
$(call show_config_variable,MONITOR_BAUDRATE,[DETECTED], (in sketch))
endif
else
- $(call show_config_variable,MONITOR_BAUDRATE, [USER])
+ $(call show_config_variable,MONITOR_BAUDRATE,[USER])
endif
ifndef MONITOR_CMD