Add valid() to recovery.info

This commit is contained in:
Scott Lahteine
2020-06-01 17:02:49 -05:00
parent e380498512
commit bda380513a
2 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,7 @@ inline void plr_error(PGM_P const prefix) {
#if ENABLED(DEBUG_POWER_LOSS_RECOVERY)
DEBUG_ECHO_START();
serialprintPGM(prefix);
DEBUG_ECHOLNPGM(" Power-Loss Recovery Data");
DEBUG_ECHOLNPGM(" Job Recovery Data");
#else
UNUSED(prefix);
#endif