Fixed inverted Minimus board LEDs.
This commit is contained in:
		
							parent
							
								
									6026b9128b
								
							
						
					
					
						commit
						cb9ef559a0
					
				
					 6 changed files with 12 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -108,7 +108,7 @@
 | 
			
		|||
 | 
			
		||||
			static inline void LEDs_ToggleLEDs(const uint8_t LEDMask)
 | 
			
		||||
			{
 | 
			
		||||
				PORTE = (PORTE ^ (LEDMask & LEDS_ALL_LEDS));
 | 
			
		||||
				PORTE ^= LEDMask;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			static inline uint8_t LEDs_GetLEDs(void) ATTR_WARN_UNUSED_RESULT;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue