lpc: ADC 5 was busted
authorKeith Packard <keithp@keithp.com>
Fri, 20 May 2022 23:41:19 +0000 (16:41 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 21 May 2022 00:03:13 +0000 (17:03 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/ao_adc_lpc.c

index c5a703c23da26fd19cb4c747534c95b6f7849fec..29d3668cedb1fdff4824dfa5ba2494610604ab81 100644 (file)
@@ -79,7 +79,7 @@ static const uint8_t  ao_adc_mask_seq[AO_ADC_NUM] = {
        1 << 4,
 #endif
 #if AO_ADC_5
-       1 << 6,
+       1 << 5,
 #endif
 #if AO_ADC_6
        1 << 6,