mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 22:37:45 +00:00
Diag: Refine diag send codes (#1858)
* Diag module should continue to send next packet even if the last transmission failed * Remove unnecessary aFramePending parameter from diag transmit done callback
This commit is contained in:
@@ -383,7 +383,7 @@ exit:
|
||||
{
|
||||
}
|
||||
|
||||
void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, bool, otError)
|
||||
void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, otError)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user