diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-16 03:17:18 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-16 03:17:18 +0000 |
commit | 461607020c443b4be5e59f38e26d33908aa0f326 (patch) | |
tree | dd469a8d19b0b47ded244a3cae223e304a06d6e8 /LUFA/ManPages | |
parent | 4f74075fad7f1e7a35d04ff534d9d6a57d2b97fc (diff) | |
download | lufa-461607020c443b4be5e59f38e26d33908aa0f326.tar.gz lufa-461607020c443b4be5e59f38e26d33908aa0f326.tar.bz2 lufa-461607020c443b4be5e59f38e26d33908aa0f326.zip |
Use default NVM base address in the AVRISP programmer project in case the host programmer software doesn't set it correctly.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index a8502f357..4769919f2 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -61,7 +61,7 @@ * - Fixed the definition of the Endpoint_BytesInEndpoint() macro for the U4 series AVR parts
* - Fixed MIDI host Class driver MIDI_Host_SendEventPacket() routine not properly checking for Pipe ready before writing
* - Fixed use of deprecated struct initializers, removed library unused parameter warnings when compiled with -Wextra enabled
- * - Fixed Still Image Host Class driver truncating the PIMA response code (thanks to Daniel)
+ * - Fixed Still Image Host Class driver truncating the PIMA response code (thanks to Daniel Seibert)
*
* \section Sec_ChangeLog091122 Version 091122
*
|