Format code according to conventions (#12682)
Co-authored-by: QMK Bot <hello@qmk.fm>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							3f7350732c
						
					
				
				
					commit
					8c12fa2e59
				
			@@ -26,7 +26,8 @@ void bootloader_jump(void) {
 | 
				
			|||||||
    NVIC_SystemReset();
 | 
					    NVIC_SystemReset();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */ }
 | 
					void enter_bootloader_mode_if_requested(void) { /* not needed, no two-stage reset */
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#elif STM32_BOOTLOADER_DUAL_BANK
 | 
					#elif STM32_BOOTLOADER_DUAL_BANK
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user