Quantcast
Channel: MPLAB XC16
Viewing all articles
Browse latest Browse all 1508

XC16 compiler - packed structure - how? (gerlad0)

$
0
0
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..

Viewing all articles
Browse latest Browse all 1508

Trending Articles