Fix an issue with corrupt serial messages

This commit is contained in:
Guðni Már Gilbert 2023-01-29 10:54:22 +00:00 committed by DRracer
parent 43ae2c78e5
commit 8720602b0e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void LogEchoEvent_P(const char *msg);
do { \
SERIAL_ECHO_START; \
SERIAL_MMU2(); \
SERIAL_ECHO(S); \
SERIAL_ECHORPGM(S); \
} while (0)
#define MMU2_ERROR_MSGRPGM(S) MMU2_ECHO_MSGRPGM(S) //!@todo Decide MMU2 errors on serial line
#define MMU2_ECHO_MSG(S) \