diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-30 14:12:11 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-30 14:12:11 +0000 |
commit | eb5b8a32e4d254479b14c82d36de8e17218640c4 (patch) | |
tree | 0573915f86d79471606ae7e9448c58d65f9d6629 /LUFA | |
parent | 1e0c3bc69a75a835931f5943ce7157f6af97b15f (diff) | |
download | lufa-eb5b8a32e4d254479b14c82d36de8e17218640c4.tar.gz lufa-eb5b8a32e4d254479b14c82d36de8e17218640c4.tar.bz2 lufa-eb5b8a32e4d254479b14c82d36de8e17218640c4.zip |
Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 38fe1151d..c2e304a7c 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -12,6 +12,7 @@ * - None * - Library Applications: * - Added User Application APIs to the CDC and DFU class bootloaders + * - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs) * * <b>Changed:</b> * - Core: |