From: Dean Camera Date: Sun, 6 Oct 2013 20:33:32 +0000 (+0200) Subject: Minor documentation corrections. X-Git-Tag: LUFA-140302~57 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/ab238601b96e4d804640ccfef5a9bde51995da7f?ds=inline;hp=--cc Minor documentation corrections. --- ab238601b96e4d804640ccfef5a9bde51995da7f 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. + * Changed: + * - Library Applications: + * - Refactored out USB interface IDs in the demo applications into enums (thanks to Laszlo Monda) * * \section Sec_ChangeLog130901 Version 130901 * New: 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