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

boards/weio: adapted ADC configuration

This commit is contained in:
Hauke Petersen 2016-02-14 17:47:30 +01:00
parent 575659cd1c
commit d12dd79d64

View File

@ -266,15 +266,6 @@ extern "C" {
#define PWM_1_CH2_AF 0x81 #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 #ifdef __cplusplus
} }
#endif #endif