diff --git a/uCNC/src/interface/serial.c b/uCNC/src/interface/serial.c index 5412663fa..fdabeea4c 100644 --- a/uCNC/src/interface/serial.c +++ b/uCNC/src/interface/serial.c @@ -175,7 +175,7 @@ static FORCEINLINE char _serial_peek(void) while (!serial_available()) { - mcu_dotasks(); + cnc_dotasks(); } #ifndef DISABLE_MULTISTREAM_SERIAL