| 1 | //! Utilities related to flash. |
|---|---|
| 2 | |
| 3 | mod concat_flash; |
| 4 | #[cfg(test)] |
| 5 | pub(crate) mod mem_flash; |
| 6 | pub mod partition; |
| 7 | |
| 8 | pub use concat_flash::ConcatFlash; |
| 9 |
| 1 | //! Utilities related to flash. |
|---|---|
| 2 | |
| 3 | mod concat_flash; |
| 4 | #[cfg(test)] |
| 5 | pub(crate) mod mem_flash; |
| 6 | pub mod partition; |
| 7 | |
| 8 | pub use concat_flash::ConcatFlash; |
| 9 |