fix monitor baudrate typo for user config

This commit is contained in:
Ladislas de Toldi 2020-03-21 13:45:17 +01:00
parent e870443f48
commit 95d99dd3cc
No known key found for this signature in database
GPG key ID: C5241848279CD797

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