Other spacing tweaks

This commit is contained in:
Scott Lahteine
2017-08-24 12:19:06 -05:00
parent 2af62a5d8d
commit a037ddbf7b
3 changed files with 23 additions and 23 deletions

View File

@@ -94,7 +94,7 @@ void TWIBus::echoprefix(uint8_t bytes, const char prefix[], uint8_t adr) {
serialprintPGM(prefix);
SERIAL_ECHOPAIR(": from:", adr);
SERIAL_ECHOPAIR(" bytes:", bytes);
SERIAL_ECHOPGM (" data:");
SERIAL_ECHOPGM(" data:");
}
// static