Merge pull request #628 from ladislas/fix-monitor_baudrate-typo

Fix monitor baudrate typo for user config
This commit is contained in:
Sudar Muthu 2020-03-21 19:48:11 +05:30 committed by GitHub
commit 6f786a96b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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