Skip to content

Commit

Permalink
Fix SIGSEGV in flash porting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Feb 28, 2024
1 parent ffca226 commit 961f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbm_examples/main_examples/main_porting_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static ralf_params_lora_t tx_lora_param = { .sync_word = S
.pkt_params.invert_iq_is_on = false,
.pkt_params.preamble_len_in_symb = 8 };
#if( ENABLE_TEST_FLASH != 0 )
static const char* name_context_type[] = { "MODEM", "LR1MAC", "DEVNONCE", "SECURE_ELEMENT" };
static const char* name_context_type[] = { "MODEM", "LR1MAC", "DEVNONCE", "FUOTA", "SECURE_ELEMENT", "STORE_AND_FORWARD" };
#endif

/*
Expand Down

0 comments on commit 961f030

Please sign in to comment.