From: Michael Janssen Date: Wed, 7 Aug 2013 04:33:06 +0000 (-0500) Subject: Bugfixes with the protocol. X-Git-Tag: LUFA-130901-BETA~12^2 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/6dd0447c12d1b75611ad8f205890913378635719?hp=6dd0447c12d1b75611ad8f205890913378635719 Bugfixes with the protocol. - Bitmasks need to be equal, not just result in non-zero - Only read status once in case it changes under us - Logical and not binary and when checking for acks on sending - We need to stop the bus when receiving the last byte - Force the bus into idle mode when we are Initing ---