1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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

This commit is contained in:
hugues 2020-08-25 16:31:28 +02:00
parent 1a6f8df3cc
commit 3921a2f925

View File

@ -47,11 +47,6 @@
#define ADC_SAMPLE_TIME_192C (6)
#define ADC_SAMPLE_TIME_384C (7)
/**
* @brief Load the ADC configuration
*/
static const adc_conf_t adc_config[] = ADC_CONFIG;
/**
* @brief Allocate locks for all three available ADC device
*