We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da1e64 commit ecc4a22Copy full SHA for ecc4a22
modules/smtc_modem_hal/smtc_modem_hal.c
@@ -48,6 +48,7 @@
48
#include <zephyr/usp/lora_lbm_transceiver.h>
49
50
#include <smtc_modem_hal.h>
51
+#include <smtc_modem_utilities.h>
52
#include <zephyr/lorawan_lbm/lorawan_hal_init.h>
53
54
#if defined(CONFIG_USP)
@@ -111,7 +112,7 @@ void lorawan_smtc_modem_hal_init(const struct device *transceiver)
111
112
113
smtc_rac_set_radio_context(prv_transceiver_dev); // Driver HAL implementation
114
#endif
-#if defined( CONFIG_LORA_BASICS_MODEM )
115
+#if defined( CONFIG_LORA_BASICS_MODEM ) || defined( CONFIG_USP_LORA_BASICS_MODEM )
116
smtc_modem_set_radio_context(prv_transceiver_dev);
117
118
}
0 commit comments