Skip to content

Commit

Permalink
clean ups
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Jul 28, 2024
1 parent cbb366c commit 55538af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t5577_writer.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,7 @@ void t5577_writer_update_config_from_load(void* context) {
}
}

<<<<<<< Updated upstream
my_model->user_block_num = (my_model->content[0] >> LFRFID_T5577_MAXBLOCK_SHIFT) & 0xF;
=======
my_model->user_block_num = (my_model->content[0] >> LFRFID_T5577_MAXBLOCK_SHIFT) & 0xE;
>>>>>>> Stashed changes

memset(my_model->data_loaded, true, sizeof(my_model->data_loaded));

Expand Down

0 comments on commit 55538af

Please sign in to comment.