mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Fix recent clang-format breaking quantum.c (#8282)
This commit is contained in:
		
							parent
							
								
									1ec8a7205f
								
							
						
					
					
						commit
						629950e51b
					
				@ -642,7 +642,7 @@ void matrix_scan_quantum() {
 | 
				
			|||||||
// Functions for spitting out values
 | 
					// Functions for spitting out values
 | 
				
			||||||
//
 | 
					//
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void send_dword(uint32_t number) {  // this might not actually work
 | 
					void send_dword(uint32_t number) {
 | 
				
			||||||
    uint16_t word = (number >> 16);
 | 
					    uint16_t word = (number >> 16);
 | 
				
			||||||
    send_word(word);
 | 
					    send_word(word);
 | 
				
			||||||
    send_word(number & 0xFFFFUL);
 | 
					    send_word(number & 0xFFFFUL);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user