Remove PACKED on internal client struct containing pointers, it breaks mem alignment on clang-13 MacOSX

This commit is contained in:
Philippe Teuwen 2021-08-25 10:49:47 +02:00
parent 3cadd2906e
commit ba7f1b93b9

View file

@ -1056,7 +1056,7 @@ typedef struct {
uint32_t (*Pwd)(uint8_t *uid);
uint16_t (*Pack)(uint8_t *uid);
const char *hint;
} PACKED mfu_identify_t;
} mfu_identify_t;
static mfu_identify_t mfu_ident_table[] = {
{