Fix errors in some board driver LED_Disable() functions.
This commit is contained in:
		
							parent
							
								
									efa5d54093
								
							
						
					
					
						commit
						5a0bd85330
					
				
					 4 changed files with 10 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -105,8 +105,8 @@
 | 
			
		|||
 | 
			
		||||
			static inline void LEDs_Disable(void)
 | 
			
		||||
			{
 | 
			
		||||
				DDRF  |=  LEDS_PORTF_LEDS;
 | 
			
		||||
				DDRE  |=  LEDS_PORTE_LEDS;
 | 
			
		||||
				DDRF  &= ~LEDS_PORTF_LEDS;
 | 
			
		||||
				DDRE  &= ~LEDS_PORTE_LEDS;
 | 
			
		||||
			
 | 
			
		||||
				PORTF &= ~LEDS_PORTF_LEDS;
 | 
			
		||||
				PORTE &= ~LEDS_PORTE_LEDS;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue