We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e7438 commit c7d8ec0Copy full SHA for c7d8ec0
t5577_writer.c
@@ -375,7 +375,7 @@ static void t5577_writer_config_enter_callback(void* context) {
375
app->block_slc_item = variable_item_list_add(
376
app->variable_item_list_config,
377
edit_block_slc_config_label,
378
- LFRFID_T5577_BLOCK_COUNT - 1,
+ LFRFID_T5577_BLOCK_COUNT,
379
t5577_writer_edit_block_slc_change,
380
app);
381
View* view_config_i = variable_item_list_get_view(app->variable_item_list_config);
0 commit comments