mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
02a425f114
When an IRQ is lost during cc110x_send(), the driver will remain locked until another IRQ is triggered. This commit changes the behavior to wait for at most an reasonable upper bound, which is chosen to not only allow the driver to recover but also (at least in theory) complete the transmission correctly. |
||
---|---|---|
.. | ||
include | ||
cc110x_calibration.c | ||
cc110x_chanmaps.c | ||
cc110x_communication.c | ||
cc110x_configs.c | ||
cc110x_netdev.c | ||
cc110x_patables.c | ||
cc110x_rx_tx.c | ||
cc110x_settings.c | ||
cc110x.c | ||
Makefile |