mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 21:01:06 +00:00
8 lines
166 B
Rust
8 lines
166 B
Rust
#[cfg(feature = "nightly")]
|
|
mod asynch;
|
|
mod blocking;
|
|
|
|
#[cfg(feature = "nightly")]
|
|
pub(crate) use asynch::AsyncTestFlash;
|
|
pub(crate) use blocking::BlockingTestFlash;
|