We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e82ca9 commit ff85fa8Copy full SHA for ff85fa8
cores/arduino/main.cpp
@@ -33,6 +33,8 @@ void setupUSB() { }
33
34
int main(void)
35
{
36
+ // we are never going to use getchar/scanf directly
37
+ mbed::mbed_file_handle(STDIN_FILENO)->enable_input(false);
38
init();
39
initVariant();
40
0 commit comments