Skip to content

Commit f9aed0e

Browse files
committed
fixup! cpu/nrf52/radio/nrf802154: remove driver ACK
1 parent c4a075c commit f9aed0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpu/nrf52/radio/nrf802154/nrf802154_radio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,6 @@ void isr_radio(void)
493493
case STATE_RX:
494494
if (NRF_RADIO->CRCSTATUS) {
495495
bool l2filter_passed = _l2filter(rxbuf+1);
496-
bool is_auto_ack_en = !IS_ACTIVE(CONFIG_IEEE802154_AUTO_ACK_DISABLE);
497496
bool is_ack = rxbuf[1] & IEEE802154_FCF_TYPE_ACK;
498497
bool ack_req = rxbuf[1] & IEEE802154_FCF_ACK_REQ;
499498

0 commit comments

Comments
 (0)