diff options
| author | skullY <skullydazed@gmail.com> | 2019-07-12 11:22:39 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
| commit | 691be16b236a93d2a8d22455d64f6f0f2153fbbd (patch) | |
| tree | 8c83954d240222a48dac802f1a79950382388589 /tmk_core | |
| parent | 210da974a071ca4df810e5330bdaf10ef0c6dfef (diff) | |
| download | qmk_firmware-691be16b236a93d2a8d22455d64f6f0f2153fbbd.tar.gz qmk_firmware-691be16b236a93d2a8d22455d64f6f0f2153fbbd.zip | |
Have clang ignore the code in bootloader_size.c
Diffstat (limited to 'tmk_core')
| -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 |
