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