Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cores/STM32WLE/component/service/lora/service_lora.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ extern bool udrv_powersave_in_sleep;
extern uint8_t last_tx_channel;
static udrv_system_event_t rui_lora_join_cb_event = {.request = UDRV_SYS_EVT_OP_LORAWAN_JOIN_CB, .p_context = NULL};

#ifdef SUPPORT_FUOTA
static LmhpFragmentationParams_t LmhpFragmentationParam1 =
{
/*.DecoderCallbacks =
Expand All @@ -126,6 +127,7 @@ static LmhpFragmentationParams_t LmhpFragmentationParam1 =
.OnProgress = fuota_OnFragProgress,
.OnDone = fuota_OnFragDone,*/
};
#endif // SUPPORT_FUOTA

static SingleChannel_t SingleChannelAU915 =
{
Expand Down