summaryrefslogtreecommitdiff
path: root/message.mk
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-09-07 09:06:39 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-09-26 10:08:39 +0900
commit04923788728d33a27bfa4841d4bd7e67463c4c6c (patch)
tree466e96e187be874b5f0c55e54aed3c4a35443ee5 /message.mk
parentd179863d2eb75d9b670a9a4f248244774dfbf007 (diff)
Move Bootloader not found message to global variable (#6688)
* Move Bootloader not found message to global variable * Apply suggestions from code review Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'message.mk')
-rw-r--r--message.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/message.mk b/message.mk
index c8d2135d5c..dfbde2845b 100644
--- a/message.mk
+++ b/message.mk
@@ -87,3 +87,4 @@ MSG_PYTHON_MISSING = $(WARN_COLOR)WARNING:$(NO_COLOR)\n \
Please run $(BOLD)util/qmk_install.sh$(NO_COLOR) to install all the dependencies QMK requires.\n\n
MSG_FLASH_BOOTLOADER = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's bootloader is not specified or is not supported by the \":flash\" target at this time.\n\n
MSG_FLASH_ARCH = $(WARN_COLOR)WARNING:$(NO_COLOR) This board's architecture is not supported by the \":flash\" target at this time.\n\n
+MSG_BOOTLOADER_NOT_FOUND = $(ERROR_COLOR)ERROR:$(NO_COLOR) Bootloader not found. Trying again in 5s.\n