Skip to content
Snippets Groups Projects
Commit 91e85ad8 authored by Thomas Eichinger's avatar Thomas Eichinger Committed by GitHub
Browse files

Merge pull request #6943 from aabadie/arduino_zero_no_adc

boards/arduino-zero: remove unused ADC configuration
parents 070e420b 796beb91
No related branches found
No related tags found
No related merge requests found
......@@ -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)
/** @} */
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment