1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

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

This commit is contained in:
hugues 2020-08-25 16:33:37 +02:00
parent 05702d5593
commit 779d7a3b00

View File

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