mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[efr32] Radio: signal event pending when failed to start tx (#4482)
This commit is contained in:
committed by
Jonathan Hui
parent
0ef278af6b
commit
002f9dbe38
@@ -608,6 +608,7 @@ otError otPlatRadioTransmit(otInstance *aInstance, otRadioFrame *aFrame)
|
||||
#endif
|
||||
sTransmitError = OT_ERROR_CHANNEL_ACCESS_FAILURE;
|
||||
sTransmitBusy = false;
|
||||
otSysEventSignalPending();
|
||||
}
|
||||
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user