1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-01 18:32:37 +02:00

Changed debug message for stepper ISR.

Not used when compiled normally.
This commit is contained in:
Mitch Bradley
2021-06-25 09:01:18 -10:00
parent b540a8eec8
commit 5bd32c2690

View File

@@ -762,7 +762,7 @@ void report_realtime_status(uint8_t client) {
strcat(status, temp);
}
#ifdef DEBUG_STEPPER_ISR
sprintf(temp, "|cnt:%d", step_count);
sprintf(temp, "|ISRs:%d", step_count);
strcat(status, temp);
#endif
#ifdef DEBUG_REPORT_HEAP