mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
init structure with zeros
This commit is contained in:
parent
7608937d2b
commit
64cc21b890
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ void MifareDesfireGetInformation(void) {
|
|||
uint8_t details[14];
|
||||
} PACKED payload;
|
||||
|
||||
memset(&payload, 0x00, sizeof(payload));
|
||||
/*
|
||||
1 = PCB 1
|
||||
2 = cid 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue