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.
This commit is contained in:
parent
bc3db793e9
commit
dd312cead4
3 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue