mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
716cd8f48b
According to ieee802154_radio_confirm_transmit docs, the parameter of confirm_op for IEEE802154_HAL_OP_TRANSMIT is to be populated as an out parameter -- but this implementation unconditionally left info unpopulated. Thus, when run with LLVM, _fsm_state_tx_process_tx_done looked into an uninitialized info and thus crashed into failing assertions. Closes: https://github.com/RIOT-OS/RIOT/issues/17591 |
||
---|---|---|
.. | ||
include | ||
periph | ||
radio/nrf802154 | ||
vectors | ||
cpu.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
Makefile.nimble.dep | ||
Makefile.nrf802154.dep | ||
Makefile.nrfmin.dep | ||
spi_twi_irq.c |