Wrap call to flush_presort

2.0.x
Scott Lahteine 10 years ago
parent 4d61287807
commit 49791949af

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

Loading…
Cancel
Save