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

boards/saml21-xpro: enable buck converter

This commit is contained in:
Benjamin Valentin 2020-03-25 16:21:39 +01:00 committed by Benjamin Valentin
parent f037e06b13
commit a102ad3d3d

View File

@ -34,6 +34,12 @@ extern "C" {
*/
#define CLOCK_CORECLOCK (48000000U)
/**
* @brief Enable the internal DC/DC converter
* The board is equipped with the necessary inductor.
*/
#define USE_VREG_BUCK (1)
/**
* @name Timer peripheral configuration
* @{