We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a075c commit f9aed0eCopy full SHA for f9aed0e
cpu/nrf52/radio/nrf802154/nrf802154_radio.c
@@ -493,7 +493,6 @@ void isr_radio(void)
493
case STATE_RX:
494
if (NRF_RADIO->CRCSTATUS) {
495
bool l2filter_passed = _l2filter(rxbuf+1);
496
- bool is_auto_ack_en = !IS_ACTIVE(CONFIG_IEEE802154_AUTO_ACK_DISABLE);
497
bool is_ack = rxbuf[1] & IEEE802154_FCF_TYPE_ACK;
498
bool ack_req = rxbuf[1] & IEEE802154_FCF_ACK_REQ;
499
0 commit comments