Merge pull request #441 from bkpsu/Marlin_v1

Fixed cardreader.h to resolve issue #440 (Pull Request  #425 missing file)
hackerspace-green
ErikZalm 2013-04-01 01:06:10 -07:00
commit 1f74ef4157
1 changed files with 2 additions and 0 deletions

View File

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