mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
[cli] recover default behavior of ctrl-c (#2790)
This commit is contained in:
@@ -135,7 +135,6 @@ void Uart::ReceiveTask(const uint8_t *aBuf, uint16_t aBufLength)
|
||||
#ifdef OPENTHREAD_EXAMPLES_POSIX
|
||||
|
||||
case 0x04: // ASCII for Ctrl-D
|
||||
case 0x03: // ASCII for Ctrl-C
|
||||
exit(EXIT_SUCCESS);
|
||||
break;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user