diff options
author | Drashna Jaelre <drashna@live.com> | 2019-09-07 09:06:39 -0700 |
---|---|---|
committer | fauxpark <fauxpark@gmail.com> | 2019-09-08 02:06:39 +1000 |
commit | 44fd317a8793753b2af1bab8e4a4700024a768a5 (patch) | |
tree | 62bf14c1bf3392d122912a1ebab6a39a75705d87 /message.mk | |
parent | 0728c0fa4eec9999a4b1268aa6196d7a4c31e721 (diff) | |
download | firmware-44fd317a8793753b2af1bab8e4a4700024a768a5.tar.gz firmware-44fd317a8793753b2af1bab8e4a4700024a768a5.tar.bz2 firmware-44fd317a8793753b2af1bab8e4a4700024a768a5.zip |
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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/message.mk b/message.mk index c8d2135d5..dfbde2845 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 |