We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bce7fc + 839f23a commit 31f68e4Copy full SHA for 31f68e4
βcores/arduino/main.cpp
@@ -36,9 +36,6 @@ int main(void)
36
init();
37
initVariant();
38
39
- // we are never going to use getchar/scanf directly
40
- mbed::mbed_file_handle(STDIN_FILENO)->enable_input(false);
41
-
42
#if defined(SERIAL_CDC)
43
PluggableUSBD().begin();
44
_SerialUSB.begin(115200);
0 commit comments