mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
chg: tlvtag can be 4bytes..
This commit is contained in:
parent
7bb8c629ba
commit
d13541791b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef uint16_t tlv_tag_t;
|
typedef uint32_t tlv_tag_t;
|
||||||
|
|
||||||
struct tlv {
|
struct tlv {
|
||||||
tlv_tag_t tag;
|
tlv_tag_t tag;
|
||||||
|
|
Loading…
Reference in a new issue