Minor documentation corrections.

This commit is contained in:
Dean Camera 2013-10-06 22:33:32 +02:00
parent 7ce4d35c39
commit ab238601b9
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,9 @@
/** \page Page_ChangeLog Project Changelog /** \page Page_ChangeLog Project Changelog
* *
* \section Sec_ChangeLogXXXXXX Version XXXXXX * \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 * \section Sec_ChangeLog130901 Version 130901
* <b>New:</b> * <b>New:</b>

View File

@ -314,7 +314,7 @@
} }
/** 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. * \ref Endpoint_ClearOUT() command.
* *
* \ingroup Group_EndpointPacketManagement_AVR8 * \ingroup Group_EndpointPacketManagement_AVR8