mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	Fix incorrect Interrupt disable function for the XMEGA architecture (thanks to Simon Küppers).
This commit is contained in:
		
							parent
							
								
									31d3984d8d
								
							
						
					
					
						commit
						654217548b
					
				| @ -36,7 +36,7 @@ | |||||||
| 
 | 
 | ||||||
| void USB_INT_DisableAllInterrupts(void) | void USB_INT_DisableAllInterrupts(void) | ||||||
| { | { | ||||||
| 	USB.INTCTRLA    &= USB_INTLVL_gm; | 	USB.INTCTRLA    &= ~USB_INTLVL_gm; | ||||||
| 	USB.INTCTRLB     = 0; | 	USB.INTCTRLB     = 0; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dean Camera
						Dean Camera