mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
boards/arduino-zero: remove unused ADC configuration
This commit is contained in:
parent
070e420bef
commit
796beb912f
@ -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)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user