Fixed filter value preventing from initializing the ADC

This commit is contained in:
Antonio Lignan 2016-01-11 17:21:23 +01:00
parent c394302c44
commit fefb84596e
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
* platforms, the following assumes PA0 shall not be used as ADC input, else
* re-write the below definitions
*/
#define ZOUL_SENSORS_ADC_MIN 4
#define ZOUL_SENSORS_ADC_MIN 2
/* ADC phidget-like connector ADC1 */
#if ADC_SENSORS_ADC1_PIN >= ZOUL_SENSORS_ADC_MIN
#define ZOUL_SENSORS_ADC1 GPIO_PIN_MASK(ADC_SENSORS_ADC1_PIN)