Allow maximal clock for F7 HCLK
This commit is contained in:
parent
e9ab960ebf
commit
01fb447e9d
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ pub(crate) unsafe fn init(config: Config) {
|
|||
// Calculate real AHB clock
|
||||
let hclk = sysclk / hpre_div;
|
||||
|
||||
assert!(hclk < max::HCLK_MAX);
|
||||
assert!(hclk <= max::HCLK_MAX);
|
||||
|
||||
let pclk1 = config
|
||||
.pclk1
|
||||
|
|
Loading…
Reference in a new issue