diff options
Diffstat (limited to 'message.mk')
| -rw-r--r-- | message.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/message.mk b/message.mk index 427925dac..6894dd8cb 100644 --- a/message.mk +++ b/message.mk | |||
| @@ -77,6 +77,6 @@ endef | |||
| 77 | MSG_MAKE_TEST = $(eval $(call GENERATE_MSG_MAKE_TEST))$(MSG_MAKE_TEST_ACTUAL) | 77 | MSG_MAKE_TEST = $(eval $(call GENERATE_MSG_MAKE_TEST))$(MSG_MAKE_TEST_ACTUAL) |
| 78 | MSG_TEST = Testing $(BOLD)$(TEST_NAME)$(NO_COLOR) | 78 | MSG_TEST = Testing $(BOLD)$(TEST_NAME)$(NO_COLOR) |
| 79 | MSG_CHECK_FILESIZE = Checking file size of $(TARGET).hex | 79 | MSG_CHECK_FILESIZE = Checking file size of $(TARGET).hex |
| 80 | MSG_FILE_TOO_BIG = $(ERROR_COLOR)Your file is too big!$(NO_COLOR) $(CURRENT_SIZE)/$(MAX_SIZE) ($(OVER_SIZE) over)\n | 80 | MSG_FILE_TOO_BIG = $(ERROR_COLOR)The firmware is too large!$(NO_COLOR) $(CURRENT_SIZE)/$(MAX_SIZE) ($(OVER_SIZE) bytes over)\n |
| 81 | MSG_FILE_TOO_SMALL = Your file is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n | 81 | MSG_FILE_TOO_SMALL = The firmware is too small! $(CURRENT_SIZE)/$(MAX_SIZE)\n |
| 82 | MSG_FILE_JUST_RIGHT = File size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(FREE_SIZE) free)\n | 82 | MSG_FILE_JUST_RIGHT = The firmware size is fine - $(CURRENT_SIZE)/$(MAX_SIZE) ($(FREE_SIZE) bytes free)\n |
