stm32/ipcc: move into tl_mbox

This commit is contained in:
xoviat
2023-05-27 15:05:07 -05:00
parent c19967dcf2
commit 7e501855fc
2 changed files with 20 additions and 22 deletions

View File

@@ -41,8 +41,6 @@ pub mod crc;
pub mod flash;
#[cfg(all(spi_v1, rcc_f4))]
pub mod i2s;
#[cfg(stm32wb)]
pub mod ipcc;
pub mod pwm;
#[cfg(quadspi)]
pub mod qspi;