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:
parent
f037e06b13
commit
a102ad3d3d
@ -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
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user