diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-04 21:18:41 +0200 |
|---|---|---|
| committer | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-04 21:18:41 +0200 |
| commit | 6c93309df490020f0ae4a515bf404dfd251b9b69 (patch) | |
| tree | c46b934de8813b4a757665bc9ccd89b3324d74b2 /embassy-boot/boot/src/lib.rs | |
| parent | 25577e0eafd8a3d4ffaa4b8f17cb55399fd58038 (diff) | |
Remove the Flash trait
Diffstat (limited to 'embassy-boot/boot/src/lib.rs')
| -rw-r--r-- | embassy-boot/boot/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/boot/src/lib.rs b/embassy-boot/boot/src/lib.rs index 79759124b..cc812d797 100644 --- a/embassy-boot/boot/src/lib.rs +++ b/embassy-boot/boot/src/lib.rs | |||
| @@ -11,7 +11,7 @@ mod large_erase; | |||
| 11 | mod mem_flash; | 11 | mod mem_flash; |
| 12 | mod partition; | 12 | mod partition; |
| 13 | 13 | ||
| 14 | pub use boot_loader::{BootError, BootFlash, BootLoader, Flash, FlashConfig, MultiFlashConfig, SingleFlashConfig}; | 14 | pub use boot_loader::{BootError, BootFlash, BootLoader, FlashConfig, MultiFlashConfig, SingleFlashConfig}; |
| 15 | pub use firmware_updater::{FirmwareUpdater, FirmwareUpdaterError}; | 15 | pub use firmware_updater::{FirmwareUpdater, FirmwareUpdaterError}; |
| 16 | pub use partition::Partition; | 16 | pub use partition::Partition; |
| 17 | 17 | ||
