aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-06-22 11:32:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-06-22 11:32:51 +0000
commit189d0c7e669b6a3d07ed35c1eaa0bfc8cbc7a729 (patch)
tree732acaa806b8e7c6cbdeb73f09a2ce3a95f5830d /LUFA/ManPages/ChangeLog.txt
parent7d7573e4e554f4b17686a915eba0da12fbebc2ed (diff)
downloadlufa-189d0c7e669b6a3d07ed35c1eaa0bfc8cbc7a729.tar.gz
lufa-189d0c7e669b6a3d07ed35c1eaa0bfc8cbc7a729.tar.bz2
lufa-189d0c7e669b6a3d07ed35c1eaa0bfc8cbc7a729.zip
Add demos/bootloaders/projects overview to the manual.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index a0998358f..81fb51555 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -27,7 +27,7 @@
* - Make Pipe_ConfigurePipe() mask the given endpoint number against PIPE_EPNUM_MASK to ensure the endpoint IN direction bit is
* cleared to prevent endpoint type corruption
* - Fix documentation mentioning Pipe_GetCurrentToken() function when real name is Pipe_GetPipeToken()
- * - Extend USB_GetDeviceConfigDescriptor() routine to require the configuration number within the device to fetch
+ * - Extended USB_GetDeviceConfigDescriptor() routine to require the configuration number within the device to fetch
* - Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number,
* added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code
* - Fixed ADC driver for the ATMEGA32U4 and ATMEGA16U4 (thanks to Opendous Inc.)