Keep "astyled" elements in cardreader.*
This commit is contained in:
@@ -248,10 +248,9 @@ void CardReader::release() {
|
||||
}
|
||||
|
||||
void CardReader::startFileprint() {
|
||||
if (cardOK) {
|
||||
if (cardOK)
|
||||
sdprinting = true;
|
||||
}
|
||||
}
|
||||
|
||||
void CardReader::pauseSDPrint() {
|
||||
if (sdprinting) sdprinting = false;
|
||||
|
Reference in New Issue
Block a user