zephyr/samples/drivers/lora/receive/src
Aleksander Dejewski a4e31487d5 drivers: lora: Add user_data to lora_recv_async
The LoRa driver does not allow to pass void* user_data to callback in
lora_recv_async function. This leads to complex way of using the API. This
commit fixes the issue and adds the field to the function and to the
callback.

Signed-off-by: Aleksander Dejewski <aleksander.dejewski@gmail.com>
2024-12-21 05:51:52 +01:00
..
main.c drivers: lora: Add user_data to lora_recv_async 2024-12-21 05:51:52 +01:00