aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot/boot/src
diff options
context:
space:
mode:
authorDaniel Bevenius <[email protected]>2022-10-29 15:16:09 +0200
committerDaniel Bevenius <[email protected]>2022-10-29 15:16:09 +0200
commit0b2d6996e8f35496ee1242bf80a213eb36121a7a (patch)
tree45cba24441cafa045e40a45cd2fc565550c8ed73 /embassy-boot/boot/src
parente7fdd500d8354a03fcd105c8298cf7b4798a4107 (diff)
Fix ascii table in BootLoader doc comment
Signed-off-by: Daniel Bevenius <[email protected]>
Diffstat (limited to 'embassy-boot/boot/src')
-rw-r--r--embassy-boot/boot/src/lib.rs2
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: