1
0
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:
Dylan Laduranty 2023-05-16 15:53:20 +02:00
parent d362a8d697
commit ba83e13d10

View File

@ -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