aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-10-06 22:33:32 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-10-06 22:33:32 +0200
commitab238601b96e4d804640ccfef5a9bde51995da7f (patch)
tree336da261b5b4670a4e8603147a5e9091f88dc02f
parent7ce4d35c3909e0b55d0a184c3d9b2b8cb35b0131 (diff)
downloadlufa-ab238601b96e4d804640ccfef5a9bde51995da7f.tar.gz
lufa-ab238601b96e4d804640ccfef5a9bde51995da7f.tar.bz2
lufa-ab238601b96e4d804640ccfef5a9bde51995da7f.zip
Minor documentation corrections.
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt4
-rw-r--r--LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 2ac94e0e1..86ee08aef 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -7,7 +7,9 @@
/** \page Page_ChangeLog Project Changelog
*
* \section Sec_ChangeLogXXXXXX Version XXXXXX
- * No changes.
+ * <b>Changed:</b>
+ * - Library Applications:
+ * - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda)
*
* \section Sec_ChangeLog130901 Version 130901
* <b>New:</b>
diff --git a/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h b/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
index 7eaabae93..a7c80fc0d 100644
--- a/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
+++ b/LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h
@@ -314,7 +314,7 @@
}
/** Retrieves the number of busy banks in the currently selected endpoint, which have been queued for
- * transmission via the \ref Endpoint_ClearIN() command, or are awaiting acknowledgement via the
+ * transmission via the \ref Endpoint_ClearIN() command, or are awaiting acknowledgment via the
* \ref Endpoint_ClearOUT() command.
*
* \ingroup Group_EndpointPacketManagement_AVR8