mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
iso15sim: rename, move and PACK iso15_tag struct to be usable in client
This commit is contained in:
parent
a9b068108b
commit
05912ff130
4 changed files with 30 additions and 30 deletions
|
@ -2132,7 +2132,7 @@ void SimTagIso15693(uint8_t *uid, uint8_t block_size) {
|
|||
// free eventually allocated BigBuf memory
|
||||
BigBuf_free_keep_EM();
|
||||
|
||||
iso15693_tag *tag = (iso15693_tag*) BigBuf_get_EM_addr();
|
||||
iso15_tag_t *tag = (iso15_tag_t*) BigBuf_get_EM_addr();
|
||||
if (tag == NULL) return;
|
||||
|
||||
if (uid != NULL) { // new tag (need initialization)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue