| 726 | } |
| 727 | |
| 728 | void CardReader::abortFilePrintNow(TERN_(SD_RESORT, const bool re_sort/*=false*/)) { |
| 729 | flag.sdprinting = flag.sdprintdone = false; |
| 730 | endFilePrintNow(TERN_(SD_RESORT, re_sort)); |
| 731 | } |
| 732 | |
| 733 | /** |
| 734 | * Open a log file for writing, if possible. |
no outgoing calls
no test coverage detected