diff options
Diffstat (limited to 'message.mk')
-rw-r--r-- | message.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/message.mk b/message.mk index 3240c041b..c3f391919 100644 --- a/message.mk +++ b/message.mk | |||
@@ -47,10 +47,12 @@ MSG_SIZE_AFTER = Size after: | |||
47 | MSG_COFF = Converting to AVR COFF: | 47 | MSG_COFF = Converting to AVR COFF: |
48 | MSG_EXTENDED_COFF = Converting to AVR Extended COFF: | 48 | MSG_EXTENDED_COFF = Converting to AVR Extended COFF: |
49 | MSG_FLASH = Creating load file for flashing: | 49 | MSG_FLASH = Creating load file for flashing: |
50 | MSG_UF2 = Creating UF2 file for deployment: | ||
50 | MSG_EEPROM = Creating load file for EEPROM: | 51 | MSG_EEPROM = Creating load file for EEPROM: |
51 | MSG_BIN = Creating binary load file for flashing: | 52 | MSG_BIN = Creating binary load file for flashing: |
52 | MSG_EXTENDED_LISTING = Creating Extended Listing: | 53 | MSG_EXTENDED_LISTING = Creating Extended Listing: |
53 | MSG_SYMBOL_TABLE = Creating Symbol Table: | 54 | MSG_SYMBOL_TABLE = Creating Symbol Table: |
55 | MSG_EXECUTING = Executing: | ||
54 | MSG_LINKING = Linking: | 56 | MSG_LINKING = Linking: |
55 | MSG_COMPILING = Compiling: | 57 | MSG_COMPILING = Compiling: |
56 | MSG_COMPILING_CXX = Compiling: | 58 | MSG_COMPILING_CXX = Compiling: |