SDMMC: Implement Default for Config and add docs

This commit is contained in:
Thales Fragoso
2021-05-15 21:21:06 -03:00
parent 86063ac2a2
commit 0f5ba6d4a9
4 changed files with 19 additions and 44 deletions

View File

@ -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;