X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=tinyboard.git;a=blobdiff_plain;f=projects%2Fstep-up%2Fadc.c;fp=projects%2Fstep-up%2Fadc.c;h=6309c41abae65ed0604bdbfa452051f77be35915;hp=f06cbc5ddba46d0110adfe539fa76d9bfeaa7045;hb=e207868d62200cd821bc1a1893913fbafe1efc77;hpb=8ebf32f3366e09e1123a1317f23545faedd9cc76 diff --git a/projects/step-up/adc.c b/projects/step-up/adc.c index f06cbc5..6309c41 100644 --- a/projects/step-up/adc.c +++ b/projects/step-up/adc.c @@ -202,7 +202,7 @@ ISR(ADC_vect) { // IRQ handler switch (current_adc) { case 0: // pwmled_adc(current_adc, adc_sum); - pwmled_adc(1, adc_sum); + pwmled_adc(adc_sum); break; }