From: Dean Camera Date: Wed, 6 Mar 2013 19:48:27 +0000 (+0000) Subject: Use a temporary variable for the Printer bootloader HEX parser when combining the... X-Git-Tag: LUFA-130901-BETA~243 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7d4062fa54461c92ab2df02d630b33f672378780?ds=inline;hp=7d4062fa54461c92ab2df02d630b33f672378780 Use a temporary variable for the Printer bootloader HEX parser when combining the current and previous data tokens to form a data word, to simplify the code. ---