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

release/v5.1
xiaqilin 2024-04-15 21:39:13 +08:00
rodzic 4528d2299d
commit f0d0463a93
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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