Skip to content

Commit

Permalink
Merge pull request #628 from ladislas/fix-monitor_baudrate-typo
Browse files Browse the repository at this point in the history
Fix monitor baudrate typo for user config
  • Loading branch information
sudar committed Mar 21, 2020
2 parents e870443 + 95d99dd commit 6f786a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f786a9

Please sign in to comment.