Skip to content

Commit

Permalink
Revert "why not allowing changes to block 0"
Browse files Browse the repository at this point in the history
This reverts commit c7d8ec0.
  • Loading branch information
zinongli committed Jul 28, 2024
1 parent 374c5a6 commit 5a14b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t5577_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ static void t5577_writer_config_enter_callback(void* context) {
app->block_slc_item = variable_item_list_add(
app->variable_item_list_config,
edit_block_slc_config_label,
LFRFID_T5577_BLOCK_COUNT,
LFRFID_T5577_BLOCK_COUNT - 1,
t5577_writer_edit_block_slc_change,
app);
app->byte_buffer_item = variable_item_list_add(
Expand Down

0 comments on commit 5a14b8f

Please sign in to comment.