mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 14:20:29 +00:00
This was originally here because of some misconfigured TTY settings, and can cause problems when running on embedded devices. Since the misconfigured TTY settings have been addressed, this check is no longer needed.
This commit is contained in:
committed by
Jonathan Hui
parent
ed9bf44081
commit
f9cbea3433
@@ -102,10 +102,6 @@ void Serial::ReceiveTask(void)
|
||||
|
||||
break;
|
||||
|
||||
case 3: // CTRL-C
|
||||
exit(1);
|
||||
break;
|
||||
|
||||
case '\b':
|
||||
case 127:
|
||||
otPlatSerialSend(sEraseString, sizeof(sEraseString));
|
||||
|
||||
Reference in New Issue
Block a user