cpu/stm32/periph/adc_f1: removes ADC configuration loading

This commit is contained in:
hugues 2020-08-25 16:32:39 +02:00
parent 323725bcf5
commit 7680c8e2cb

View File

@ -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
*/