Have clang ignore the code in bootloader_size.c
This commit is contained in:
		
							parent
							
								
									210da974a0
								
							
						
					
					
						commit
						691be16b23
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue