mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
d91b576034
commit
149cc025ce
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ static int CmdNfcDecode(const char *Cmd) {
|
|||
PrintAndLogEx(SUCCESS, "MFC dump file detected. Converting...");
|
||||
uint8_t ndef[4096] = {0};
|
||||
uint16_t ndeflen = 0;
|
||||
// uint8_t skip = (4 * MFBLOCK_SIZE);
|
||||
// convert_mfc_2_arr(dump + skip, bytes_read - skip, ndef, &ndeflen);
|
||||
|
||||
if (convert_mad_to_arr(dump, bytes_read, ndef, &ndeflen) != PM3_SUCCESS) {
|
||||
PrintAndLogEx(FAILED, "Failed converting, aborting...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue