Added explicit ADC channel masks for the standard set of ADC channels, as the single...
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / V2Protocol.c
index d6de774..8d8f200 100644 (file)
@@ -57,7 +57,7 @@ void V2Protocol_Init(void)
        /* Initialize the ADC converter for VTARGET level detection on supported AVR models */\r
        ADC_Init(ADC_FREE_RUNNING | ADC_PRESCALE_128);\r
        ADC_SetupChannel(VTARGET_ADC_CHANNEL);\r
-       ADC_StartReading(VTARGET_ADC_CHANNEL | ADC_RIGHT_ADJUSTED | ADC_REFERENCE_AVCC);\r
+       ADC_StartReading(VTARGET_ADC_CHANNEL_MASK | ADC_RIGHT_ADJUSTED | ADC_REFERENCE_AVCC);\r
        #endif\r
        \r
        /* Millisecond timer initialization for managing the command timeout counter */\r