mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 19:57:46 +00:00
[mesh-forwarder] remove assert in HandleFrameRequest()` (#7502)
This commit is contained in:
@@ -528,7 +528,6 @@ Mac::TxFrame *MeshForwarder::HandleFrameRequest(Mac::TxFrames &aTxFrames)
|
||||
ExitNow(frame = nullptr);
|
||||
}
|
||||
|
||||
OT_ASSERT(frame->GetLength() != 7);
|
||||
break;
|
||||
|
||||
#if OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user