]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Have clang ignore the code in bootloader_size.c
authorskullY <skullydazed@gmail.com>
Fri, 12 Jul 2019 18:22:39 +0000 (11:22 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 30 Aug 2019 22:01:52 +0000 (15:01 -0700)
tmk_core/common/avr/bootloader_size.c

index 0d8d534f84beef4d82db163ffec28aad3eb800fc..a029f9321fe79a5acea85ecbb5308d4fa1727425 100644 (file)
@@ -16,5 +16,6 @@
 #include <avr/io.h>
 #include <avr/boot.h>
 
+// clang-format off
 // this is not valid C - it's for computing the size available on the chip
-AVR_SIZE: FLASHEND + 1 - BOOTLOADER_SIZE
\ No newline at end of file
+AVR_SIZE: FLASHEND + 1 - BOOTLOADER_SIZE