Skip to content
Snippets Groups Projects
Commit 1457e402 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Make lcd_power_loss_recovery_cancel exportable

parent 1ad53cee
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ static void lcd_power_loss_recovery_resume() {
queue.inject_P(PSTR("M1000"));
}
static void lcd_power_loss_recovery_cancel() {
void lcd_power_loss_recovery_cancel() {
card.removeJobRecoveryFile();
card.autostart_index = 0;
ui.return_to_status();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment