structs to be used with device must be PACKED

This commit is contained in:
iceman1001
2021-05-03 21:29:06 +02:00
parent b823fb48c8
commit 3a35cb8324

View File

@@ -350,7 +350,7 @@ typedef struct {
typedef struct iclass_premac {
uint8_t mac[4];
} iclass_premac_t;
} PACKED iclass_premac_t;
typedef struct {
bool use_credit_key;