libdigiapix: adc: fix index in configuration file
There was a missmatch between the configuration file and the correct adc in the ccmp15 platform. Also a whitespace is removed from ccmp13 configuration file. https://onedigi.atlassian.net/browse/DEL-8702 Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
09dbf79801
commit
02562fded0
|
|
@ -27,4 +27,4 @@ DEFAULT_PWM = 4,0
|
||||||
[ADC]
|
[ADC]
|
||||||
|
|
||||||
# ANA0 on GPIO board connector J41 (pin 4)
|
# ANA0 on GPIO board connector J41 (pin 4)
|
||||||
DEFAULT_ADC = 1,0
|
DEFAULT_ADC = 2,0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue