6 lines
110 B
Rust

mod asynch;
mod blocking;
pub(crate) use asynch::AsyncTestFlash;
pub(crate) use blocking::BlockingTestFlash;