[nrf528xx] fix unused param warning in nrf_802154_tx_started() (#6281)

This commit is contained in:
Jonathan Hui
2021-03-16 11:38:57 -07:00
parent a6abb51426
commit a7c3588111
+2
View File
@@ -1188,7 +1188,9 @@ int8_t otPlatRadioGetReceiveSensitivity(otInstance *aInstance)
void nrf_802154_tx_started(const uint8_t *aFrame)
{
bool processSecurity = false;
assert(aFrame == sTransmitPsdu);
OT_UNUSED_VARIABLE(aFrame);
#if OPENTHREAD_CONFIG_MAC_CSL_RECEIVER_ENABLE
if (sCslPeriod > 0)