stm32/rtc: disable nonworking versions

This commit is contained in:
xoviat 2023-04-16 11:14:17 -05:00
parent bc550cbfda
commit e9ede443bc

View file

@ -49,7 +49,7 @@ pub mod pwm;
pub mod qspi;
#[cfg(rng)]
pub mod rng;
#[cfg(all(rtc, not(any(rtc_v1, rtc_v2f0, rtc_v2f7, rtc_v3))))]
#[cfg(all(rtc, not(any(rtc_v1, rtc_v2f0, rtc_v2f7, rtc_v3, rtc_v3u5))))]
pub mod rtc;
#[cfg(sdmmc)]
pub mod sdmmc;