Skip to content

Commit 31f68e4

Browse files
authored
Merge pull request #262 from giulcioffi/nano_issue230
Revert "Disable STDIN input to allow deepsleep"
2 parents 7bce7fc + 839f23a commit 31f68e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cores/arduino/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ int main(void)
3636
init();
3737
initVariant();
3838

39-
// we are never going to use getchar/scanf directly
40-
mbed::mbed_file_handle(STDIN_FILENO)->enable_input(false);
41-
4239
#if defined(SERIAL_CDC)
4340
PluggableUSBD().begin();
4441
_SerialUSB.begin(115200);

0 commit comments

Comments
 (0)