diff options
| -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 8286601ec..429323ec9 100644 --- a/embassy-boot/boot/src/lib.rs +++ b/embassy-boot/boot/src/lib.rs | |||
| @@ -150,7 +150,7 @@ impl BootLoader { | |||
| 150 | /// +-----------+------------+--------+--------+--------+--------+ | 150 | /// +-----------+------------+--------+--------+--------+--------+ |
| 151 | /// | Active | 0 | 1 | 2 | 3 | - | | 151 | /// | Active | 0 | 1 | 2 | 3 | - | |
| 152 | /// | DFU | 0 | 3 | 2 | 1 | X | | 152 | /// | DFU | 0 | 3 | 2 | 1 | X | |
| 153 | /// +-----------+-------+--------+--------+--------+--------+ | 153 | /// +-----------+------------+--------+--------+--------+--------+ |
| 154 | /// | 154 | /// |
| 155 | /// The algorithm starts by copying 'backwards', and after the first step, the layout is | 155 | /// The algorithm starts by copying 'backwards', and after the first step, the layout is |
| 156 | /// as follows: | 156 | /// as follows: |
