diff options
| author | Thales Fragoso <[email protected]> | 2021-05-15 21:21:06 -0300 |
|---|---|---|
| committer | Thales Fragoso <[email protected]> | 2021-05-15 21:21:06 -0300 |
| commit | 0f5ba6d4a92b36f00a19116494017dda7ebfd9af (patch) | |
| tree | d3dfb7f95002458af80919a3893cd47903bc1a9b /embassy-stm32/src/lib.rs | |
| parent | 86063ac2a21200e79cae310416946f386950fc9c (diff) | |
SDMMC: Implement Default for Config and add docs
Diffstat (limited to 'embassy-stm32/src/lib.rs')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 97d41f10a..29ea613f3 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -28,13 +28,6 @@ pub mod sdmmc_v2; | |||
| 28 | #[cfg(feature = "_sdmmc_v2")] | 28 | #[cfg(feature = "_sdmmc_v2")] |
| 29 | pub use sdmmc_v2 as sdmmc; | 29 | pub use sdmmc_v2 as sdmmc; |
| 30 | 30 | ||
| 31 | pub mod time; | ||
| 32 | |||
| 33 | #[cfg(feature = "stm32h750vb")] | ||
| 34 | mod h7; | ||
| 35 | #[cfg(feature = "stm32h750vb")] | ||
| 36 | pub use h7::rcc; | ||
| 37 | |||
| 38 | // This must go LAST so that it sees the `impl_foo!` macros | 31 | // This must go LAST so that it sees the `impl_foo!` macros |
| 39 | mod pac; | 32 | mod pac; |
| 40 | pub mod time; | 33 | pub mod time; |
