X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/9a5ae36a4f62e0cda37972401c61727c6804a985..c58c53dba90fdc19d38f5e5d6957f2ede2a740f3:/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c?ds=sidebyside 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;