Skip to content
Snippets Groups Projects
Commit 5fbe5cab authored by Roman Moravčík's avatar Roman Moravčík Committed by Scott Lahteine
Browse files

Fixed displaying of kill MSG_OUTAGE_RECOVERY string. (#12470)

parent 4ae9a06c
Branches
Tags
No related merge requests found
...@@ -197,7 +197,7 @@ void PrintJobRecovery::save(const bool force/*=false*/) { ...@@ -197,7 +197,7 @@ void PrintJobRecovery::save(const bool force/*=false*/) {
// KILL now if the power-loss pin was triggered // KILL now if the power-loss pin was triggered
#if PIN_EXISTS(POWER_LOSS) #if PIN_EXISTS(POWER_LOSS)
if (READ(POWER_LOSS_PIN) == POWER_LOSS_STATE) kill(MSG_OUTAGE_RECOVERY); if (READ(POWER_LOSS_PIN) == POWER_LOSS_STATE) kill(PSTR(MSG_OUTAGE_RECOVERY));
#endif #endif
} }
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment