Skip to content

Commit

Permalink
cleanup after last merged PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
digant73 committed Sep 26, 2023
1 parent 0dd3b9e commit 8ab88a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TFT/src/User/API/Gcode/gcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ void detectAdvancedOk(void)
// send any gcode replied by the mainboard with a regular OK response ("ok\n") or an ADVANCED_OK response (e.g. "ok N10 P15 B3\n")
mustStoreCmd("M220\n");

// Wait for response
loopProcessToCondition(&isWaitingResponse);
waitForResponse(); // wait for response

while (requestCommandInfo.cmd_rev_buf[cmd_index] != '\0')
{
Expand Down

0 comments on commit 8ab88a1

Please sign in to comment.