X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a5e79333e5769f92558bf20458c165e2582a0cb6..5c0c0327d56cfe682913ad04eb4df5c6286d3661:/Projects/AVRISP-MKII/Lib/V2Protocol.c?ds=inline diff --git a/Projects/AVRISP-MKII/Lib/V2Protocol.c b/Projects/AVRISP-MKII/Lib/V2Protocol.c index 035c8a5b3..096551d81 100644 --- a/Projects/AVRISP-MKII/Lib/V2Protocol.c +++ b/Projects/AVRISP-MKII/Lib/V2Protocol.c @@ -43,6 +43,7 @@ uint32_t CurrentAddress; bool MustSetAddress; +/** ISR to manage timeouts whilst processing a V2Protocol command */ ISR(TIMER0_COMPA_vect, ISR_NOBLOCK) { if (TimeoutMSRemaining)