Browse Source

Have clang ignore the code in bootloader_size.c

skullY 6 năm trước cách đây
mục cha
commit
691be16b23
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tmk_core/common/avr/bootloader_size.c

+ 2 - 1
tmk_core/common/avr/bootloader_size.c

@@ -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
+AVR_SIZE: FLASHEND + 1 - BOOTLOADER_SIZE