From 0b2d6996e8f35496ee1242bf80a213eb36121a7a Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sat, 29 Oct 2022 15:16:09 +0200 Subject: [PATCH] Fix ascii table in BootLoader doc comment Signed-off-by: Daniel Bevenius --- embassy-boot/boot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /// +-----------+------------+--------+--------+--------+--------+ /// | Active | 0 | 1 | 2 | 3 | - | /// | DFU | 0 | 3 | 2 | 1 | X | - /// +-----------+-------+--------+--------+--------+--------+ + /// +-----------+------------+--------+--------+--------+--------+ /// /// The algorithm starts by copying 'backwards', and after the first step, the layout is /// as follows: