mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Now that `lorawan_init` only initialises data structures and does not start the stack or communicate with a physical device, run the init as soon as possible. This allows `lorawan_register_downlink_callback` to be called much earlier by other init functions. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>