X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5dfa25f81acb5480aec091d3391ba3be2d33600d..fb0e6597b611731e31b5d1285e52fc81a5ffd559:/Projects/AVRISP-MKII/AVRISP-MKII.c?ds=inline diff --git a/Projects/AVRISP-MKII/AVRISP-MKII.c b/Projects/AVRISP-MKII/AVRISP-MKII.c index 0afb087cf..83b39ef43 100644 --- a/Projects/AVRISP-MKII/AVRISP-MKII.c +++ b/Projects/AVRISP-MKII/AVRISP-MKII.c @@ -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();