X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fhantek-4032l%2Fprotocol.c;fp=src%2Fhardware%2Fhantek-4032l%2Fprotocol.c;h=03017ac6e16c87c5cbbc50c25d1e9a0c600573d3;hb=e80e1858efa09c4bd3164c2130e4c26bea4cbbd6;hp=7b0a5798bbb27cfe72ca98445a8c39d3e8d4cc18;hpb=972001561b150ce91e206fc8e03daed13efcbc0d;p=libsigrok.git diff --git a/src/hardware/hantek-4032l/protocol.c b/src/hardware/hantek-4032l/protocol.c index 7b0a5798..03017ac6 100644 --- a/src/hardware/hantek-4032l/protocol.c +++ b/src/hardware/hantek-4032l/protocol.c @@ -30,7 +30,7 @@ enum h4032l_cmd { CMD_GET = 0x6b5a }; -struct __attribute__((__packed__)) h4032l_status_packet { +struct h4032l_status_packet { uint32_t magic; uint32_t values; uint32_t status;