From dd312cead486c5abb1c3e8efb949fc433ecadff9 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 23 Jan 2012 20:28:34 +0000 Subject: Make all AVRISP-MKII programmer parameters readable, since there's no real good reason to restrict parameter reads. Fix misspelt target reset polarity EEPROM variable. --- Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c') diff --git a/Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c b/Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c index 7368125f6..f51eeaeb2 100644 --- a/Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c +++ b/Projects/AVRISP-MKII/Lib/ISP/ISPProtocol.c @@ -515,7 +515,9 @@ void ISPProtocol_SPIMulti(void) } } -/** Blocking delay for a given number of milliseconds. +/** Blocking delay for a given number of milliseconds. This provides a simple wrapper around + * the avr-libc provided delay function, so that the delay function can be called with a + * constant value (to prevent run-time floating point operations being required). * * \param[in] DelayMS Number of milliseconds to delay for */ -- cgit v1.2.3