X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9a5ae36a4f62e0cda37972401c61727c6804a985..72527867f6bd2d800bd0a71a90fe7079fbe1ab47:/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c?ds=inline diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c b/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c index 15467fe84..bfc2e824d 100644 --- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c +++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c @@ -80,10 +80,6 @@ ISR(TIMER1_COMPA_vect, ISR_BLOCK) } else { - /* If not sending or receiving, just exit */ - if (!(SoftUSART_BitCount)) - return; - /* If at falling clock edge and we are in receive mode, abort */ if (!IsSending) return;