mirror of
https://github.com/espressif/openthread.git
synced 2026-09-13 20:50:05 +00:00
[posix-app] fix daemon uart send done (#3622)
This commit is contained in:
@@ -237,6 +237,7 @@ void platformUartProcess(const fd_set *aReadFdSet, const fd_set *aWriteFdSet, co
|
||||
IgnoreReturnValue(write(STDERR_FILENO, sWriteBuffer, sWriteLength));
|
||||
sWriteBuffer = NULL;
|
||||
sWriteLength = 0;
|
||||
otPlatUartSendDone();
|
||||
}
|
||||
|
||||
otEXPECT(sSessionSocket != -1);
|
||||
|
||||
Reference in New Issue
Block a user