fix(ieee802154): fix ieee802154 next operation acquire lock in interrupt

This commit is contained in:
xiaqilin
2024-04-15 21:39:13 +08:00
committed by BOT
parent 46e0760619
commit 0eeed7637f

View File

@@ -363,7 +363,9 @@ static IRAM_ATTR void next_operation(void)
enable_rx();
} else {
ieee802154_set_state(IEEE802154_STATE_IDLE);
#if !CONFIG_IEEE802154_TEST
ieee802154_sleep();
#endif
}
}
}