1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

cpu/stm32/periph/adc_l0: remove unused MAX_ADC_SPEED

This commit is contained in:
hugues 2020-08-25 17:15:39 +02:00
parent c519149979
commit 205ae92b84

View File

@ -23,11 +23,6 @@
#include "mutex.h"
#include "periph/adc.h"
/**
* @brief Maximum allowed ADC clock speed
*/
#define MAX_ADC_SPEED (12000000U)
/**
* @brief Load the ADC configuration
*/