X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2034141a7eb4d21a738f688b5e35a43793d17fbc..0f45b9c8e076483cd546d0bc9c606b73455295c6:/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c diff --git a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c index 7c40ff847..47ce43bca 100644 --- a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c +++ b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c @@ -132,7 +132,7 @@ ISR(TIMER1_COMPA_vect, ISR_BLOCK) PORTB ^= (1 << 1); } -/** Initializes the appropriate SPI driver (hardware or software, depending on the selected ISP speed) ready for +/** Initialises the appropriate SPI driver (hardware or software, depending on the selected ISP speed) ready for * communication with the attached target. */ void ISPTarget_Init(void)