Have clang ignore the code in bootloader_size.c

future_ppdis_none
skullY 5 years ago committed by skullydazed
parent 1e310b02cc
commit f62020c7cd

@ -16,5 +16,6 @@
#include <avr/io.h> #include <avr/io.h>
#include <avr/boot.h> #include <avr/boot.h>
// clang-format off
// this is not valid C - it's for computing the size available on the chip // this is not valid C - it's for computing the size available on the chip
AVR_SIZE: FLASHEND + 1 - BOOTLOADER_SIZE AVR_SIZE: FLASHEND + 1 - BOOTLOADER_SIZE
Loading…
Cancel
Save