diff --git a/cpu/esp8266/include/periph_cpu.h b/cpu/esp8266/include/periph_cpu.h index f404c527214ee13fb24b1d465d75ac8678c7b935..a1d5be59738bb8e9ac587b88b644e9f29c972273 100644 --- a/cpu/esp8266/include/periph_cpu.h +++ b/cpu/esp8266/include/periph_cpu.h @@ -27,16 +27,6 @@ extern "C" { #endif -/** - * @brief Override the ADC resolution configuration - * @{ - */ -#define HAVE_ADC_RES_T -typedef enum { - ADC_RES_10BIT /* only one resolution is supported */ -} adc_res_t; -/** @} */ - /** * @brief Length of the CPU_ID in octets */