chg: tlvtag can be 4bytes..

This commit is contained in:
iceman1001 2019-01-08 20:20:16 +01:00
parent 7bb8c629ba
commit d13541791b

View file

@ -22,7 +22,7 @@
#include <stddef.h>
#include <stdint.h>
typedef uint16_t tlv_tag_t;
typedef uint32_t tlv_tag_t;
struct tlv {
tlv_tag_t tag;