1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #6943 from aabadie/arduino_zero_no_adc

boards/arduino-zero: remove unused ADC configuration
This commit is contained in:
Thomas Eichinger 2017-04-20 08:40:29 -07:00 committed by GitHub
commit 91e85ad87a

View File

@ -168,15 +168,7 @@ static const pwm_conf_t pwm_config[] = {
* @name ADC configuration
* @{
*/
#define ADC_CONFIG { \
{ GPIO_PIN(PA, 2), 0, 0 }, \
{ GPIO_PIN(PB, 8), 0, 2 }, \
{ GPIO_PIN(PB, 9), 0, 3 }, \
{ GPIO_PIN(PA, 4), 0, 4 }, \
{ GPIO_PIN(PA, 5), 0, 5 }, \
{ GPIO_PIN(PB, 2), 0, 10 }}
#define ADC_NUMOF (6)
#define ADC_NUMOF (0)
/** @} */
/**