Skip to content

Commit 839f23a

Browse files
committed
Revert "Disable STDIN input to allow deepsleep"
This reverts commit ec9a6a3. It had no effect on low power, on the contrary was preventing a correct functionality on Nano 33 BLE UART pins used as GPIOs.
1 parent d64ebc2 commit 839f23a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cores/arduino/main.cpp

-3
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)