Update MSG c=xx

Mark unused strings as `_n`
This commit is contained in:
3d-gussner 2022-09-13 14:53:50 +02:00 committed by DRracer
parent fd2d62dcd4
commit 0a68de0bbe
2 changed files with 13 additions and 13 deletions

View file

@ -2460,7 +2460,7 @@ void gcode_M105(uint8_t extruder)
}
#else
SERIAL_ERROR_START;
SERIAL_ERRORLNRPGM(_i("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
SERIAL_ERRORLNRPGM(_n("No thermistors - no temperature"));////MSG_ERR_NO_THERMISTORS
#endif
SERIAL_PROTOCOLPGM(" @:");