diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-05-30 13:55:49 +0200 |
|---|---|---|
| committer | Rasmus Melchior Jacobsen <[email protected]> | 2023-05-30 13:55:49 +0200 |
| commit | c6a984f506530bc08464800abc332be9c49ac198 (patch) | |
| tree | f4050963011dd8c264e54b1b2de70fa281bc53f9 /embassy-boot/boot/src/boot_loader.rs | |
| parent | 551f76c70067bfa14b159a198cdb92f810f40607 (diff) | |
Align tests
Diffstat (limited to 'embassy-boot/boot/src/boot_loader.rs')
| -rw-r--r-- | embassy-boot/boot/src/boot_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot/boot/src/boot_loader.rs b/embassy-boot/boot/src/boot_loader.rs index bdf7bd7fd..a8c19197b 100644 --- a/embassy-boot/boot/src/boot_loader.rs +++ b/embassy-boot/boot/src/boot_loader.rs | |||
| @@ -40,7 +40,7 @@ where | |||
| 40 | /// If only a single flash is actually used, then that flash should be partitioned into three partitions before use. | 40 | /// If only a single flash is actually used, then that flash should be partitioned into three partitions before use. |
| 41 | /// The easiest way to do this is to use [`BootLoaderConfig::from_linkerfile_blocking`] which will partition | 41 | /// The easiest way to do this is to use [`BootLoaderConfig::from_linkerfile_blocking`] which will partition |
| 42 | /// the provided flash according to symbols defined in the linkerfile. | 42 | /// the provided flash according to symbols defined in the linkerfile. |
| 43 | pub struct BootLoaderConfig<ACTIVE: NorFlash, DFU: NorFlash, STATE: NorFlash> { | 43 | pub struct BootLoaderConfig<ACTIVE, DFU, STATE> { |
| 44 | /// Flash type used for the active partition - the partition which will be booted from. | 44 | /// Flash type used for the active partition - the partition which will be booted from. |
| 45 | pub active: ACTIVE, | 45 | pub active: ACTIVE, |
| 46 | /// Flash type used for the dfu partition - the partition which will be swapped in when requested. | 46 | /// Flash type used for the dfu partition - the partition which will be swapped in when requested. |
