mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/stm32l4: adapt default clock config for 110MHz cpus
This commit is contained in:
parent
0afb9456da
commit
80518e6525
@ -177,6 +177,8 @@ extern "C" {
|
||||
#error "SYSCLK cannot exceed 64MHz"
|
||||
#elif CLOCK_CORECLOCK_MAX == MHZ(80)
|
||||
#error "SYSCLK cannot exceed 80MHz"
|
||||
#elif CLOCK_CORECLOCK_MAX == MHZ(110)
|
||||
#error "SYSCLK cannot exceed 110MHz"
|
||||
#elif CLOCK_CORECLOCK_MAX == MHZ(120)
|
||||
#error "SYSCLK cannot exceed 120MHz"
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user