Add ... c1?

This commit is contained in:
Ulf Lilleengen 2021-06-11 17:58:58 +02:00
parent 0b52731897
commit a13e07625f

View file

@ -19,6 +19,7 @@ pub struct Clocks {
pub apb2: Hertz,
pub apb4: Hertz,
pub ahb2: Hertz,
pub c1: Hertz,
}
const HSI: Hertz = Hertz(64_000_000);