Remove runtime offset and size assertions
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
mod concat_flash;
|
||||
#[cfg(test)]
|
||||
pub(crate) mod mem_flash;
|
||||
#[cfg(feature = "nightly")]
|
||||
mod partition;
|
||||
|
||||
pub use concat_flash::ConcatFlash;
|
||||
#[cfg(feature = "nightly")]
|
||||
pub use partition::Partition;
|
||||
|
||||
Reference in New Issue
Block a user