diff options
| -rw-r--r-- | tmk_core/common/avr/bootloader_size.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/common/avr/bootloader_size.c b/tmk_core/common/avr/bootloader_size.c index 0d8d534f8..a029f9321 100644 --- a/tmk_core/common/avr/bootloader_size.c +++ b/tmk_core/common/avr/bootloader_size.c | |||
| @@ -16,5 +16,6 @@ | |||
| 16 | #include <avr/io.h> | 16 | #include <avr/io.h> |
| 17 | #include <avr/boot.h> | 17 | #include <avr/boot.h> |
| 18 | 18 | ||
| 19 | // clang-format off | ||
| 19 | // this is not valid C - it's for computing the size available on the chip | 20 | // this is not valid C - it's for computing the size available on the chip |
| 20 | AVR_SIZE: FLASHEND + 1 - BOOTLOADER_SIZE \ No newline at end of file | 21 | AVR_SIZE: FLASHEND + 1 - BOOTLOADER_SIZE |
