1 2 3 4 5
#[cfg(all(feature = "_time-driver", not(feature = "time-driver-systick")))] pub mod time_driver; #[cfg(feature = "time-driver-systick")] pub mod systick_time_driver;