mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|
||||
*/
|
||||
#define SAM0_DPLL_FREQ_MAX_HZ MHZ(20)
|
||||
#define SAM0_DPLL_FREQ_MAX_HZ MHZ(200)
|
||||
|
||||
/**
|
||||
* @name Power mode configuration
|
||||
|
Loading…
Reference in New Issue
Block a user