Keep "astyled" elements in cardreader.*

This commit is contained in:
Scott Lahteine
2015-10-02 23:11:34 -07:00
parent 2016ed48c0
commit d99a4acd4b
2 changed files with 30 additions and 31 deletions

View File

@@ -248,10 +248,9 @@ void CardReader::release() {
}
void CardReader::startFileprint() {
if (cardOK) {
if (cardOK)
sdprinting = true;
}
}
void CardReader::pauseSDPrint() {
if (sdprinting) sdprinting = false;