diff options
| -rw-r--r-- | tmk_core/avr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index bdda14a07..775f2a996 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk | |||
| @@ -347,5 +347,5 @@ else ifeq ($(strip $(BOOTLOADER)), USBasp) | |||
| 347 | else ifeq ($(strip $(BOOTLOADER)), bootloadHID) | 347 | else ifeq ($(strip $(BOOTLOADER)), bootloadHID) |
| 348 | $(call EXEC_BOOTLOADHID) | 348 | $(call EXEC_BOOTLOADHID) |
| 349 | else | 349 | else |
| 350 | $(PRINT_OK); $(SILENT) || printf "&(MSG_FLASH_BOOTLOADER)" | 350 | $(PRINT_OK); $(SILENT) || printf "$(MSG_FLASH_BOOTLOADER)" |
| 351 | endif | 351 | endif |
