stm32/rtc: disable nonworking versions
This commit is contained in:
parent
bd6bb2d248
commit
8da9c07a65
@ -49,7 +49,7 @@ pub mod pwm;
|
||||
pub mod qspi;
|
||||
#[cfg(rng)]
|
||||
pub mod rng;
|
||||
#[cfg(all(rtc, not(rtc_v1)))]
|
||||
#[cfg(all(rtc, not(any(rtc_v1, rtc_v2f0, rtc_v2f7, rtc_v3))))]
|
||||
pub mod rtc;
|
||||
#[cfg(sdmmc)]
|
||||
pub mod sdmmc;
|
||||
|
Loading…
Reference in New Issue
Block a user