japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
116 stars 40 forks source link

Fix off-by-one for maximum RCC clock rates. #65

Closed sapir closed 6 years ago

sapir commented 6 years ago

this allows setting the RCC to the maximum clock rate (72MHz)

sapir commented 6 years ago

actually this still doesn't allow setting sysclk to 72MHz