mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 01:47:47 +00:00
[nrf528xx] fix unused param warning in nrf_802154_tx_started() (#6281)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user