We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb366c commit 55538afCopy full SHA for 55538af
t5577_writer.c
@@ -374,11 +374,7 @@ void t5577_writer_update_config_from_load(void* context) {
374
}
375
376
377
-<<<<<<< Updated upstream
378
- my_model->user_block_num = (my_model->content[0] >> LFRFID_T5577_MAXBLOCK_SHIFT) & 0xF;
379
-=======
380
my_model->user_block_num = (my_model->content[0] >> LFRFID_T5577_MAXBLOCK_SHIFT) & 0xE;
381
->>>>>>> Stashed changes
382
383
memset(my_model->data_loaded, true, sizeof(my_model->data_loaded));
384
0 commit comments