[cli] recover default behavior of ctrl-c (#2790)

This commit is contained in:
Yakun Xu
2018-06-14 08:54:31 -07:00
committed by Jonathan Hui
parent c87a81d346
commit a5e5eadfdf
-1
View File
@@ -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