diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-07-26 03:07:32 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-07-26 03:07:32 +0000 |
commit | 025742fca89e78d33f37b229c97607460a3a78d5 (patch) | |
tree | 968a5a4b9890a5b201611204798d4a416364bb62 /LUFA/ManPages/ChangeLog.txt | |
parent | d5e874d3480e6806223cd2fc05d9c9bb85e9d95e (diff) | |
download | lufa-025742fca89e78d33f37b229c97607460a3a78d5.tar.gz lufa-025742fca89e78d33f37b229c97607460a3a78d5.tar.bz2 lufa-025742fca89e78d33f37b229c97607460a3a78d5.zip |
Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII clone project (thanks to Volker Bosch).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 91aa6feb2..639e6c7c2 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -39,6 +39,7 @@ * - Added new AudioInputHost Host LowLevel demo * - Added new AudioOutputHost Host LowLevel demo * - Added new "checksource" target to all library project makefiles + * - Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII clone project (thanks to Volker Bosch) * * <b>Changed:</b> * - Core: |