Wrap call to flush_presort

master
Scott Lahteine 10 years ago
parent 4d61287807
commit 49791949af

@ -211,7 +211,9 @@ void CardReader::startFileprint()
if(cardOK) if(cardOK)
{ {
sdprinting = true; sdprinting = true;
flush_presort(); #ifdef SDCARD_SORT_ALPHA
flush_presort();
#endif
} }
} }

Loading…
Cancel
Save