mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/samr34-xpro: enable buck converter
This commit is contained in:
parent
a102ad3d3d
commit
09ef2f6908
@ -31,6 +31,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