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:
Shu Chen
2017-06-01 08:58:06 -07:00
committed by Jonathan Hui
parent 2ed522e48f
commit 2de6f35f72
9 changed files with 26 additions and 72 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ exit:
{
}
void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, bool, otError)
void otPlatDiagRadioTransmitDone(otInstance *, otRadioFrame *, otError)
{
}