Add ... c1?
This commit is contained in:
parent
0b52731897
commit
a13e07625f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ pub struct Clocks {
|
||||||
pub apb2: Hertz,
|
pub apb2: Hertz,
|
||||||
pub apb4: Hertz,
|
pub apb4: Hertz,
|
||||||
pub ahb2: Hertz,
|
pub ahb2: Hertz,
|
||||||
|
pub c1: Hertz,
|
||||||
}
|
}
|
||||||
|
|
||||||
const HSI: Hertz = Hertz(64_000_000);
|
const HSI: Hertz = Hertz(64_000_000);
|
||||||
|
|
Loading…
Reference in a new issue