[stm32] Cargo fix

This commit is contained in:
Erik Henriksson 2022-12-08 20:22:51 +01:00
parent 4b5434c7b6
commit 955595bbec

View File

@ -161,7 +161,7 @@ pub fn init(config: Config) -> Peripherals {
// must be after rcc init
#[cfg(feature = "_time-driver")]
time_driver::init();
#[cfg(any(
flash_l0, flash_l1, flash_wl, flash_wb, flash_l4, flash_f3, flash_f4, flash_f7, flash_h7
))]