Merge #1036
1036: Fix ascii table in BootLoader doc comment r=lulf a=danbev Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com> Co-authored-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
commit
eed34f945c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue