Skip to content

Commit

Permalink
Fixed cardreader.h to resolve issue MarlinFirmware#440 (Pull Request M…
Browse files Browse the repository at this point in the history
…arlinFirmware#425 missing file)
  • Loading branch information
bkpsu committed Mar 31, 2013
1 parent 038d405 commit 4fa2260
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/cardreader.h
Expand Up @@ -17,6 +17,7 @@ class CardReader

void checkautostart(bool x);
void openFile(char* name,bool read);
void openLogFile(char* name);
void removeFile(char* name);
void closefile();
void release();
Expand Down Expand Up @@ -44,6 +45,7 @@ class CardReader

public:
bool saving;
bool logging;
bool sdprinting ;
bool cardOK ;
char filename[13];
Expand Down

0 comments on commit 4fa2260

Please sign in to comment.