diff options
| author | goueslati <[email protected]> | 2023-05-02 12:16:48 +0100 |
|---|---|---|
| committer | goueslati <[email protected]> | 2023-05-02 12:16:48 +0100 |
| commit | bab30a7e876e0c7f98e1c1f39a7d2494de5daece (patch) | |
| tree | 0af0f15a96335eaaae578fe7dd6065e131b1b0b8 /embassy-stm32/src/lib.rs | |
| parent | 6096f0cf4b5ef45b97665166be41bfd490748f40 (diff) | |
added TL Mailbox initialization for STM32WB
Diffstat (limited to 'embassy-stm32/src/lib.rs')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index 11820b7a0..b3dbe1e2f 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -57,6 +57,8 @@ pub mod rtc; | |||
| 57 | pub mod sdmmc; | 57 | pub mod sdmmc; |
| 58 | #[cfg(spi)] | 58 | #[cfg(spi)] |
| 59 | pub mod spi; | 59 | pub mod spi; |
| 60 | #[cfg(stm32wb)] | ||
| 61 | pub mod tl_mbox; | ||
| 60 | #[cfg(usart)] | 62 | #[cfg(usart)] |
| 61 | pub mod usart; | 63 | pub mod usart; |
| 62 | #[cfg(all(usb, feature = "time"))] | 64 | #[cfg(all(usb, feature = "time"))] |
