Skip to content

Commit

Permalink
fix gen4 poller nfc magic
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Jun 17, 2024
1 parent bad077b commit fdbaca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_pack/nfc_magic/magic/protocols/gen4/gen4_poller.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static NfcCommand gen4_poller_write_mf_ultralight(Gen4Poller* instance) {
instance->total_blocks = 64 * 2;
break;

case MfUltralightTypeUnknown:
case MfUltralightTypeOrigin:
FURI_LOG_D(TAG, "Ultralight type");
instance->config.data_parsed.mfu_mode = Gen4UltralightModeUL;
break;
Expand Down

0 comments on commit fdbaca6

Please sign in to comment.