Minor documentation corrections.
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 6 Oct 2013 20:33:32 +0000 (22:33 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 6 Oct 2013 20:33:32 +0000 (22:33 +0200)
LUFA/DoxygenPages/ChangeLog.txt
LUFA/Drivers/USB/Core/AVR8/Endpoint_AVR8.h

index 2ac94e0..86ee08a 100644 (file)
@@ -7,7 +7,9 @@
  /** \page Page_ChangeLog Project Changelog
   *
   *  \section Sec_ChangeLogXXXXXX Version XXXXXX
  /** \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>
   *
   *  \section Sec_ChangeLog130901 Version 130901
   *  <b>New:</b>
index 7eaabae..a7c80fc 100644 (file)
                        }
 
                        /** Retrieves the number of busy banks in the currently selected endpoint, which have been queued for
                        }
 
                        /** 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
                         *  \ref Endpoint_ClearOUT() command.
                         *
                         *  \ingroup Group_EndpointPacketManagement_AVR8