Remove the Flash trait

This commit is contained in:
Rasmus Melchior Jacobsen
2023-04-04 21:18:41 +02:00
parent 25577e0eaf
commit 6c93309df4
4 changed files with 32 additions and 57 deletions

View File

@ -11,7 +11,7 @@ mod large_erase;
mod mem_flash;
mod partition;
pub use boot_loader::{BootError, BootFlash, BootLoader, Flash, FlashConfig, MultiFlashConfig, SingleFlashConfig};
pub use boot_loader::{BootError, BootFlash, BootLoader, FlashConfig, MultiFlashConfig, SingleFlashConfig};
pub use firmware_updater::{FirmwareUpdater, FirmwareUpdaterError};
pub use partition::Partition;