mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
arch/arm/samv7/sam_afec: fix ADC pin for channel 9
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
317cc6c174
commit
f095bf8f39
@@ -204,7 +204,7 @@ gpio_pinset_t g_adcpinlist0[ADC_MAX_CHANNELS] =
|
||||
GPIO_AFE0_AD6,
|
||||
GPIO_AFE0_AD7,
|
||||
GPIO_AFE0_AD8,
|
||||
GPIO_AFE0_AD0,
|
||||
GPIO_AFE0_AD9,
|
||||
GPIO_AFE0_AD10,
|
||||
};
|
||||
#endif
|
||||
@@ -244,7 +244,7 @@ gpio_pinset_t g_adcpinlist1[ADC_MAX_CHANNELS] =
|
||||
GPIO_AFE1_AD6,
|
||||
GPIO_AFE1_AD7,
|
||||
GPIO_AFE1_AD8,
|
||||
GPIO_AFE1_AD0,
|
||||
GPIO_AFE1_AD9,
|
||||
GPIO_AFE1_AD10,
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user