boards/stm32l4: adapt default clock config for 110MHz cpus

This commit is contained in:
Alexandre Abadie 2020-10-06 11:14:20 +02:00
parent 0afb9456da
commit 80518e6525
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

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