🎨 Fewer serial macros
This commit is contained in:
@@ -140,7 +140,7 @@ void MeatPack::handle_output_char(const uint8_t c) {
|
||||
#if ENABLED(MP_DEBUG)
|
||||
if (chars_decoded < 1024) {
|
||||
++chars_decoded;
|
||||
DEBUG_ECHOLNPAIR("RB: ", AS_CHAR(c));
|
||||
DEBUG_ECHOLNPGM("RB: ", AS_CHAR(c));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user