iso15sim: rename, move and PACK iso15_tag struct to be usable in client

This commit is contained in:
Yann GASCUEL 2024-01-23 15:41:33 +01:00
commit 05912ff130
4 changed files with 30 additions and 30 deletions

View file

@ -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)