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

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

This commit is contained in:
hugues 2020-08-25 16:33:50 +02:00
parent 779d7a3b00
commit 5a26f74124

View File

@ -23,11 +23,6 @@
#include "mutex.h"
#include "periph/adc.h"
/**
* @brief Load the ADC configuration
*/
static const adc_conf_t adc_config[] = ADC_CONFIG;
/**
* @brief Allocate locks for all three available ADC device
*