summaryrefslogtreecommitdiff
path: root/firmware/drivers/adc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/adc.c')
-rw-r--r--firmware/drivers/adc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/adc.c b/firmware/drivers/adc.c
index 2bb5edf3bf..5affe10168 100644
--- a/firmware/drivers/adc.c
+++ b/firmware/drivers/adc.c
@@ -77,7 +77,6 @@ static void adc_batch_convert(bool lower)
77 77
78void adc_init(void) 78void adc_init(void)
79{ 79{
80 int i;
81 ADCR = 0x7f; /* No external trigger; other bits should be 1 according to the manual... */ 80 ADCR = 0x7f; /* No external trigger; other bits should be 1 according to the manual... */
82 81
83 current_channel = 0; 82 current_channel = 0;