diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-11 07:36:23 +0200 |
|---|---|---|
| committer | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-11 07:36:23 +0200 |
| commit | d8c92c53d647b170cb49ede1b608e58c2dd676d2 (patch) | |
| tree | d4fb6ee79087b598cad5d5fe5ce023626d4a21be /embassy-boot/boot/src/lib.rs | |
| parent | 05b2b2fb5f0f8d52689057c22dd2fa026d6cc796 (diff) | |
| parent | 1f25d2ba8335300368b32f9ceedf163376dfdb6f (diff) | |
Merge remote-tracking branch 'upstream/master' into u32-partition
Diffstat (limited to 'embassy-boot/boot/src/lib.rs')
| -rw-r--r-- | embassy-boot/boot/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-boot/boot/src/lib.rs b/embassy-boot/boot/src/lib.rs index 8b94b6bdc..ef9333d36 100644 --- a/embassy-boot/boot/src/lib.rs +++ b/embassy-boot/boot/src/lib.rs | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | mod fmt; | 6 | mod fmt; |
| 7 | 7 | ||
| 8 | mod boot_loader; | 8 | mod boot_loader; |
| 9 | mod digest_adapters; | ||
| 9 | mod firmware_updater; | 10 | mod firmware_updater; |
| 10 | mod mem_flash; | 11 | mod mem_flash; |
| 11 | mod partition; | 12 | mod partition; |
