Browse Source

Fixed cardreader.h to resolve issue #440 (Pull Request #425 missing file)

pull/1/head
Bart K 11 years ago
parent
commit
4fa2260a59
  1. 2
      Marlin/cardreader.h

2
Marlin/cardreader.h

@ -17,6 +17,7 @@ public:
void checkautostart(bool x); void checkautostart(bool x);
void openFile(char* name,bool read); void openFile(char* name,bool read);
void openLogFile(char* name);
void removeFile(char* name); void removeFile(char* name);
void closefile(); void closefile();
void release(); void release();
@ -44,6 +45,7 @@ public:
public: public:
bool saving; bool saving;
bool logging;
bool sdprinting ; bool sdprinting ;
bool cardOK ; bool cardOK ;
char filename[13]; char filename[13];

Loading…
Cancel
Save