~ruther/qmk_firmware

691be16b236a93d2a8d22455d64f6f0f2153fbbd — skullY 6 years ago 210da97
Have clang ignore the code in bootloader_size.c
1 files changed, 2 insertions(+), 1 deletions(-)

M tmk_core/common/avr/bootloader_size.c
M tmk_core/common/avr/bootloader_size.c => tmk_core/common/avr/bootloader_size.c +2 -1
@@ 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