diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-10-29 13:28:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-29 13:28:54 +0000 |
| commit | eed34f945ccd5c4ef2af77230042dd4954e981ac (patch) | |
| tree | 45cba24441cafa045e40a45cd2fc565550c8ed73 | |
| parent | e7fdd500d8354a03fcd105c8298cf7b4798a4107 (diff) | |
| parent | 0b2d6996e8f35496ee1242bf80a213eb36121a7a (diff) | |
Merge #1036
1036: Fix ascii table in BootLoader doc comment r=lulf a=danbev
Signed-off-by: Daniel Bevenius <[email protected]>
Co-authored-by: Daniel Bevenius <[email protected]>
| -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: |
