From d12dd79d64eeb437c749a1e1a74c899d9ec656f1 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Sun, 14 Feb 2016 17:47:30 +0100 Subject: [PATCH] boards/weio: adapted ADC configuration --- boards/weio/include/periph_conf.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/boards/weio/include/periph_conf.h b/boards/weio/include/periph_conf.h index f1a293ea3d..a111eba5f8 100644 --- a/boards/weio/include/periph_conf.h +++ b/boards/weio/include/periph_conf.h @@ -266,15 +266,6 @@ extern "C" { #define PWM_1_CH2_AF 0x81 /* @} */ -/** - * @brief ADC configuration - * @{ - */ -#define ADC_NUMOF (1U) -#define ADC_0_EN 1 -#define ADC_MAX_CHANNELS 8 -/* @} */ - #ifdef __cplusplus } #endif