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

cpu/samd5x: remove duplicate USE_VREG_BUCK

Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
Dylan Laduranty 2023-05-16 15:54:18 +02:00
parent ba83e13d10
commit af2fa99470

View File

@ -34,14 +34,6 @@
#define USE_VREG_BUCK (0)
#endif
/*
* An external inductor needs to be present on the board,
* so the feature can only be enabled by the board configuration.
*/
#ifndef USE_VREG_BUCK
#define USE_VREG_BUCK (0)
#endif
#if CLOCK_CORECLOCK == 0
#error Please select CLOCK_CORECLOCK
#endif