mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[tcp] fix uninitialized variable warning in TcpExample::ProcessBenchmark() (#6957)
This commit is contained in:
+1
-1
@@ -213,7 +213,7 @@ exit:
|
||||
|
||||
otError TcpExample::ProcessBenchmark(Arg aArgs[])
|
||||
{
|
||||
otError error;
|
||||
otError error = OT_ERROR_NONE;
|
||||
uint32_t toSendOut;
|
||||
|
||||
VerifyOrExit(!mSendBusy, error = OT_ERROR_BUSY);
|
||||
|
||||
Reference in New Issue
Block a user