mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
[cli][posix] allow Ctrl-D to exit (#2017)
This commit is contained in:
+1
-1
@@ -897,7 +897,7 @@ exit:
|
||||
#ifdef OPENTHREAD_EXAMPLES_POSIX
|
||||
void Interpreter::ProcessExit(int argc, char *argv[])
|
||||
{
|
||||
exit(0);
|
||||
exit(EXIT_SUCCESS);
|
||||
OT_UNUSED_VARIABLE(argc);
|
||||
OT_UNUSED_VARIABLE(argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user