Allow SERIAL_ECHOPAIR to take up to 12 pairs (#13311)
This commit is contained in:
parent
4771e372a1
commit
cfdb38eda4
30 changed files with 474 additions and 611 deletions
|
|
@ -69,8 +69,7 @@ void print_bin(const uint16_t val) {
|
|||
serialprintPGM(prefix);
|
||||
SERIAL_CHAR('(');
|
||||
SERIAL_ECHO(x);
|
||||
SERIAL_ECHOPAIR(", ", y);
|
||||
SERIAL_ECHOPAIR(", ", z);
|
||||
SERIAL_ECHOPAIR(", ", y, ", ", z);
|
||||
SERIAL_CHAR(')');
|
||||
if (suffix) serialprintPGM(suffix); else SERIAL_EOL();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue