From 779d7a3b00e92b7ae795d59d7a45004a41c58759 Mon Sep 17 00:00:00 2001 From: hugues Date: Tue, 25 Aug 2020 16:33:37 +0200 Subject: [PATCH] cpu/stm32/periph/adc_l4: removes ADC configuration loading --- cpu/stm32/periph/adc_l4.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cpu/stm32/periph/adc_l4.c b/cpu/stm32/periph/adc_l4.c index 4c142ea36c..5b637d640f 100644 --- a/cpu/stm32/periph/adc_l4.c +++ b/cpu/stm32/periph/adc_l4.c @@ -55,11 +55,6 @@ #define ADC_SMPR2_FIRST_CHAN (10) #endif -/** - * @brief Load the ADC configuration - */ -static const adc_conf_t adc_config[] = ADC_CONFIG; - /** * @brief Allocate locks for all three available ADC devices */