whitespace
This commit is contained in:
parent
16e78b9417
commit
c5734e2c4d
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ void dump_par_pdr(console *const cnsl, bus *const b, const uint16_t pdrs, const
|
||||||
else
|
else
|
||||||
cnsl->put_string_lf(format("%s DISABLED", name.c_str()));
|
cnsl->put_string_lf(format("%s DISABLED", name.c_str()));
|
||||||
|
|
||||||
cnsl->put_string_lf(" PAR PDR LEN");
|
cnsl->put_string_lf(" PAR PDR LEN");
|
||||||
|
|
||||||
for(int i=0; i<8; i++) {
|
for(int i=0; i<8; i++) {
|
||||||
if (selection.has_value() && i != selection.value())
|
if (selection.has_value() && i != selection.value())
|
||||||
|
|
Loading…
Add table
Reference in a new issue