Skip to content

Commit 55538af

Browse files
committed
clean ups
1 parent cbb366c commit 55538af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t5577_writer.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,7 @@ void t5577_writer_update_config_from_load(void* context) {
374374
}
375375
}
376376

377-
<<<<<<< Updated upstream
378-
my_model->user_block_num = (my_model->content[0] >> LFRFID_T5577_MAXBLOCK_SHIFT) & 0xF;
379-
=======
380377
my_model->user_block_num = (my_model->content[0] >> LFRFID_T5577_MAXBLOCK_SHIFT) & 0xE;
381-
>>>>>>> Stashed changes
382378

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

0 commit comments

Comments
 (0)