Invert the logic for the VBUS power light in the AVRISP-MKII project for the USBTINY-MKII board target.
This commit is contained in:
		
							parent
							
								
									5dfa25f81a
								
							
						
					
					
						commit
						fb0e6597b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -52,7 +52,7 @@ int main(void) | |||
| 		#if (BOARD == BOARD_USBTINYMKII) | ||||
| 		/* On the USBTINY-MKII target, there is a secondary LED which indicates the current selected power
 | ||||
| 		   mode - either VBUS, or sourced from the VTARGET pin of the programming connectors */ | ||||
| 		LEDs_ChangeLEDs(LEDMASK_VBUSPOWER, (PIND & (1 << 0)) ? LEDMASK_VBUSPOWER : 0); | ||||
| 		LEDs_ChangeLEDs(LEDMASK_VBUSPOWER, (PIND & (1 << 0)) ? 0 : LEDMASK_VBUSPOWER); | ||||
| 		#endif | ||||
| 		 | ||||
| 		AVRISP_Task(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dean Camera
						Dean Camera