From: Dean Camera Date: Wed, 13 Apr 2011 06:12:52 +0000 (+0000) Subject: Replace cast-as-char* byte access of multibyte variables with proper shifts and masks... X-Git-Tag: LUFA-110528-BETA~3 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e0852408de92eada94b242cf84b007dc4f188467?ds=inline;hp=e0852408de92eada94b242cf84b007dc4f188467 Replace cast-as-char* byte access of multibyte variables with proper shifts and masks to preserve endianness across different architectures. ---