mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3c56cdf0c0
This commit sets the correct value to the MCU_CTRL bit for the cc2538_rf. This variable is used to detect when the radio is doing transmission with CCA. Since this was not set to 1 when sending without CCA, the `confirm_transmit` function returned -EAGAIN after the TX_DONE event (which violates the HAL API). This error was discovered using some Radio HAL riotctrl scripts by @LarsKowoll. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
radio | ||
cpu.c | ||
doc.txt | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
vectors.c |