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

cpu/nrf51/periph/adc: removes ADC configuration loading

This commit is contained in:
hugues 2020-08-25 16:35:09 +02:00
parent 07cdad29d7
commit 692f99989a

View File

@ -23,11 +23,6 @@
#include "periph/adc.h"
#include "periph_conf.h"
/**
* @brief Load the ADC configuration
*/
static const uint8_t adc_config[] = ADC_CONFIG;
/**
* @brief Lock to prevent concurrency issues when used from different threads
*/