Skip to content

Commit c7d8ec0

Browse files
committed
why not allowing changes to block 0
1 parent 47e7438 commit c7d8ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t5577_writer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ static void t5577_writer_config_enter_callback(void* context) {
375375
app->block_slc_item = variable_item_list_add(
376376
app->variable_item_list_config,
377377
edit_block_slc_config_label,
378-
LFRFID_T5577_BLOCK_COUNT - 1,
378+
LFRFID_T5577_BLOCK_COUNT,
379379
t5577_writer_edit_block_slc_change,
380380
app);
381381
View* view_config_i = variable_item_list_get_view(app->variable_item_list_config);

0 commit comments

Comments
 (0)