1 2 3 4 5
#[cfg(not(target_os = "none"))] pub use web_time::{Duration, Instant}; #[cfg(target_os = "none")] pub use embassy_time::{Duration, Instant};