SDMMC: Implement Default for Config and add docs
This commit is contained in:
@ -28,13 +28,6 @@ pub mod sdmmc_v2;
|
||||
#[cfg(feature = "_sdmmc_v2")]
|
||||
pub use sdmmc_v2 as sdmmc;
|
||||
|
||||
pub mod time;
|
||||
|
||||
#[cfg(feature = "stm32h750vb")]
|
||||
mod h7;
|
||||
#[cfg(feature = "stm32h750vb")]
|
||||
pub use h7::rcc;
|
||||
|
||||
// This must go LAST so that it sees the `impl_foo!` macros
|
||||
mod pac;
|
||||
pub mod time;
|
||||
|
Reference in New Issue
Block a user