From: Dean Camera Date: Fri, 9 Jul 2010 07:24:34 +0000 (+0000) Subject: Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functions so... X-Git-Tag: LUFA-110528-BETA~362 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/c326fe96050cf80992ded7726e9222ac5305a908?ds=inline;hp=c326fe96050cf80992ded7726e9222ac5305a908 Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functions so that they compile down in most instances to minimal loads and stores rather than complicated shifts. Fixed SCSI.c implementations of all the demos/projects casting the block count to a 32-bit temporary before calling SwapEndian_16(). ---