9658b7d0d3
Several samples used K_FOREVER when allocating buffers in the system workqueue thread, which is prohibited. The samples should rather retry later if TX fails. This is not the ideal solution for the samples, but fixes a bug. Ideally the samples would use a dedicated thread to handle TX, instead of the system workqueue. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no> |
||
---|---|---|
.. | ||
broadcaster.c | ||
common.h | ||
main.c | ||
receiver.c |