From: Dean Camera Date: Sun, 5 May 2013 19:34:20 +0000 (+0000) Subject: Tighten up Printer bootloader implementation; fold the IsHEX() function logic into... X-Git-Tag: LUFA-130901-BETA~107 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/7b5b8f199f0290d2befcde56fb99fe68c61d15ff?hp=7b5b8f199f0290d2befcde56fb99fe68c61d15ff Tighten up Printer bootloader implementation; fold the IsHEX() function logic into HexToDecimal() and remove redundant state machine state logic to save space in the compiled binary. ---