mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
cpu/samd5x: fix SAM0_DPLL_FREQ_MAX_HZ value
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
d362a8d697
commit
ba83e13d10
@ -47,7 +47,7 @@ extern "C" {
|
|||||||
/**
|
/**
|
||||||
* @brief DPLL frequency must not exceed 200 MHz
|
* @brief DPLL frequency must not exceed 200 MHz
|
||||||
*/
|
*/
|
||||||
#define SAM0_DPLL_FREQ_MAX_HZ MHZ(20)
|
#define SAM0_DPLL_FREQ_MAX_HZ MHZ(200)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Power mode configuration
|
* @name Power mode configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user