From: Dean Camera Date: Thu, 26 Mar 2009 03:22:02 +0000 (+0000) Subject: Corrected bitfields -- the smallest datatype required for each bitfield is now used... X-Git-Tag: LUFA-110528-BETA~1243 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/ca641bba8356851dd8144bde4a10bc5e5c647930?hp=ca641bba8356851dd8144bde4a10bc5e5c647930 Corrected bitfields -- the smallest datatype required for each bitfield is now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta). ---