stm32/rcc: remove Rcc struct, RccExt trait.
All the RCC configuration is executed in init().
This commit is contained in:
@@ -43,8 +43,6 @@ pub mod i2c;
|
||||
#[cfg(crc)]
|
||||
pub mod crc;
|
||||
pub mod pwm;
|
||||
#[cfg(pwr)]
|
||||
pub mod pwr;
|
||||
#[cfg(rng)]
|
||||
pub mod rng;
|
||||
#[cfg(sdmmc)]
|
||||
|
Reference in New Issue
Block a user