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

Patch PrintJobRecovery::filename

parent fd945d10
Branches
Tags
No related merge requests found
......@@ -35,6 +35,7 @@ bool PrintJobRecovery::enabled; // Initialized by settings.load()
SdFile PrintJobRecovery::file;
job_recovery_info_t PrintJobRecovery::info;
const char PrintJobRecovery::filename[5] = "/PLR";
#include "../sd/cardreader.h"
#include "../lcd/ultralcd.h"
......
......@@ -103,7 +103,7 @@ typedef struct {
class PrintJobRecovery {
public:
static constexpr char filename[5] = "/PLR";
static const char filename[5];
static SdFile file;
static job_recovery_info_t info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment