FMT changes

This commit is contained in:
RogueMaster
2022-12-22 12:19:11 -05:00
parent 64016ad6b8
commit e8ffe6d78a
3 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -480,7 +480,8 @@ bool mf_classic_authenticate_skip_activate(
furi_assert(tx_rx);
Crypto1 crypto = {};
bool key_found = mf_classic_auth(tx_rx, block_num, key, key_type, &crypto, skip_activate, cuid);
bool key_found =
mf_classic_auth(tx_rx, block_num, key, key_type, &crypto, skip_activate, cuid);
furi_hal_nfc_sleep();
return key_found;
}