|
@@ -556,7 +556,7 @@ void CardReader::removeFile(const char * const name) {
|
556
|
556
|
}
|
557
|
557
|
}
|
558
|
558
|
|
559
|
|
-void CardReader::getStatus(
|
|
559
|
+void CardReader::report_status(
|
560
|
560
|
#if NUM_SERIAL > 1
|
561
|
561
|
const int8_t port/*= -1*/
|
562
|
562
|
#endif
|
|
@@ -1045,7 +1045,7 @@ void CardReader::printingHasFinished() {
|
1045
|
1045
|
millis_t current_ms = millis();
|
1046
|
1046
|
if (auto_report_sd_interval && ELAPSED(current_ms, next_sd_report_ms)) {
|
1047
|
1047
|
next_sd_report_ms = current_ms + 1000UL * auto_report_sd_interval;
|
1048
|
|
- getStatus(
|
|
1048
|
+ report_status(
|
1049
|
1049
|
#if NUM_SERIAL > 1
|
1050
|
1050
|
serialport
|
1051
|
1051
|
#endif
|