What am I doing wrong with this attempt to packing a structure? Is #prama pack not supported??
#pragma pack(2)
struct logSeqTime
{
uint8_t timeTag;
uint32_t timeStamp;
} LOG_TIME;
#pragma pop..
↧