Merge pull request #628 from ladislas/fix-monitor_baudrate-typo
Fix monitor baudrate typo for user config
This commit is contained in:
commit
6f786a96b0
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ ifeq ($(strip $(NO_CORE)),)
|
||||||
$(call show_config_variable,MONITOR_BAUDRATE,[DETECTED], (in sketch))
|
$(call show_config_variable,MONITOR_BAUDRATE,[DETECTED], (in sketch))
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
$(call show_config_variable,MONITOR_BAUDRATE, [USER])
|
$(call show_config_variable,MONITOR_BAUDRATE,[USER])
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef MONITOR_CMD
|
ifndef MONITOR_CMD
|
||||||
|
|
Loading…
Reference in a new issue