diff options
| -rw-r--r-- | embassy-stm32/src/rcc/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embassy-stm32/src/rcc/mod.rs b/embassy-stm32/src/rcc/mod.rs index 48bdb3de6..096ba6b95 100644 --- a/embassy-stm32/src/rcc/mod.rs +++ b/embassy-stm32/src/rcc/mod.rs | |||
| @@ -60,11 +60,6 @@ cfg_if::cfg_if! { | |||
| 60 | } else if #[cfg(rcc_wb55)] { | 60 | } else if #[cfg(rcc_wb55)] { |
| 61 | mod wb55; | 61 | mod wb55; |
| 62 | pub use wb55::*; | 62 | pub use wb55::*; |
| 63 | } else { | ||
| 64 | #[derive(Default)] | ||
| 65 | pub struct Config {} | ||
| 66 | pub unsafe fn init(_config: Config) { | ||
| 67 | } | ||
| 68 | } | 63 | } |
| 69 | } | 64 | } |
| 70 | 65 | ||
