Patch PrintJobRecovery::filename

This commit is contained in:
Scott Lahteine
2019-08-02 05:21:44 -05:00
parent fd945d1070
commit ee5e46b46b
2 changed files with 2 additions and 1 deletions

View File

@@ -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;