Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Apr 14, 2024
1 parent fe3095b commit f546f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ static int interpreter()
}
}

if (waitForReadyStdInputRead(40)) {
if (waitForReadyStdInputRead(20)) {
// continue reading
promptOut.off();
return;
Expand Down

0 comments on commit f546f22

Please sign in to comment.