Add BlockingPartition

This commit is contained in:
Rasmus Melchior Jacobsen
2023-05-27 10:29:21 +02:00
parent bea42a78a4
commit 6d8f409018
4 changed files with 159 additions and 23 deletions

View File

@ -3,9 +3,6 @@
mod concat_flash;
#[cfg(test)]
pub(crate) mod mem_flash;
#[cfg(feature = "nightly")]
mod partition;
pub mod partition;
pub use concat_flash::ConcatFlash;
#[cfg(feature = "nightly")]
pub use partition::Partition;