mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Disable clang-format for stage2_bootloaders (#17516)
This commit is contained in:
		
							parent
							
								
									d717396708
								
							
						
					
					
						commit
						77d960cce3
					
				@ -9,6 +9,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#define BOOTLOADER_SECTION __attribute__((used, section(".boot2")))
 | 
					#define BOOTLOADER_SECTION __attribute__((used, section(".boot2")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// clang-format off
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(RP2040_FLASH_AT25SF128A)
 | 
					#if defined(RP2040_FLASH_AT25SF128A)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
uint8_t BOOTLOADER_SECTION BOOT2_AT25SF128A[256] = {
 | 
					uint8_t BOOTLOADER_SECTION BOOT2_AT25SF128A[256] = {
 | 
				
			||||||
@ -172,3 +174,5 @@ uint8_t BOOTLOADER_SECTION BOOT2_W25Q080[256] = {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// clang-format on
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user