Skip to content

Commit

Permalink
fixes stall while waiting for command to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Nov 13, 2023
1 parent 167a16d commit b5b438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uCNC/src/interface/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ static FORCEINLINE char _serial_peek(void)

while (!serial_available())
{
mcu_dotasks();
cnc_dotasks();
}

#ifndef DISABLE_MULTISTREAM_SERIAL
Expand Down

0 comments on commit b5b438c

Please sign in to comment.