Skip to content

Commit 6f786a9

Browse files
authored
Merge pull request #628 from ladislas/fix-monitor_baudrate-typo
Fix monitor baudrate typo for user config
2 parents e870443 + 95d99dd commit 6f786a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Arduino.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ ifeq ($(strip $(NO_CORE)),)
10041004
$(call show_config_variable,MONITOR_BAUDRATE,[DETECTED], (in sketch))
10051005
endif
10061006
else
1007-
$(call show_config_variable,MONITOR_BAUDRATE, [USER])
1007+
$(call show_config_variable,MONITOR_BAUDRATE,[USER])
10081008
endif
10091009

10101010
ifndef MONITOR_CMD

0 commit comments

Comments
 (0)