aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-08-22 01:42:09 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-08-22 01:42:09 +0000
commit81998ce297fd9959f505e96a69337f3548db0d71 (patch)
tree88dbddf9243ed4129cb70d38383511fc545d34d2 /LUFA/ManPages/ChangeLog.txt
parente96621983462a8cec68280f6730c6fc2f059202a (diff)
downloadlufa-81998ce297fd9959f505e96a69337f3548db0d71.tar.gz
lufa-81998ce297fd9959f505e96a69337f3548db0d71.tar.bz2
lufa-81998ce297fd9959f505e96a69337f3548db0d71.zip
Added compile time error to the AVRISP-MKII project when built for the U4 chips, as the default VTARGET detection ADC channel does not exist on these chips (thanks to Marco).
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index d5fd6b9ac..f37117a98 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -18,6 +18,8 @@
* - Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints
* - Added missing DataflashManager_CheckDataflashOperation() function to the MassStorageKeyboard demo, removed redundant
* SCSI_Codes.h file as these values are part of the MassStorage Class Driver
+ * - Added compile time error to the AVRISP-MKII project when built for the U4 chips, as the default VTARGET detection ADC channel
+ * does not exist on these chips (thanks to Marco)
*
* <b>Fixed:</b>
* - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist