From 323725bcf5fbfb65c8e962f431279f5ac4eabd89 Mon Sep 17 00:00:00 2001 From: hugues Date: Tue, 25 Aug 2020 16:32:21 +0200 Subject: [PATCH] cpu/stm32/periph/adc_f4: removes ADC configuration loading --- cpu/stm32/periph/adc_f4.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpu/stm32/periph/adc_f4.c b/cpu/stm32/periph/adc_f4.c index e9c43c31db..378cb26144 100644 --- a/cpu/stm32/periph/adc_f4.c +++ b/cpu/stm32/periph/adc_f4.c @@ -29,11 +29,6 @@ */ #define MAX_ADC_SPEED (12000000U) -/** - * @brief Load the ADC configuration - */ -static const adc_conf_t adc_config[] = ADC_CONFIG; - /** * @brief Allocate locks for all three available ADC devices */