From: Dean Camera Date: Wed, 16 Dec 2009 08:03:04 +0000 (+0000) Subject: Slightly speed up software USART in the AVRISP project - faster parity computation... X-Git-Tag: LUFA-110528-BETA~744 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/f0b4d796297cd4be311b8596c8308bad218adabd?hp=f0b4d796297cd4be311b8596c8308bad218adabd Slightly speed up software USART in the AVRISP project - faster parity computation, ensure received data is byte aligned when receive is complete by throwing away the start bit during reception. ---