Issue #1974 add SAI driver

This commit is contained in:
Tyler Gilbert
2023-09-29 20:57:59 -05:00
parent f033089625
commit ce91fb2bfc
4 changed files with 63 additions and 8 deletions

View File

@ -55,6 +55,8 @@ pub mod qspi;
pub mod rng;
#[cfg(all(rtc, not(rtc_v1)))]
pub mod rtc;
#[cfg(sai)]
pub mod sai;
#[cfg(sdmmc)]
pub mod sdmmc;
#[cfg(spi)]