16 byte alignment on decoder->packet

pull/18/head
Xael South 2021-01-26 20:21:46 +01:00
rodzic 0dc6a61c92
commit a75bd89d7b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -246,7 +246,7 @@ struct t1_c1_packet_decoder_work
unsigned L;
unsigned mode;
unsigned byte;
uint8_t packet[290]; // max. packet length with L- and all CRC-Fields
__attribute__((__aligned__(16))) uint8_t packet[290]; // max. packet length with L- and all CRC-Fields
char timestamp[64];
};