Minor documentation improvements.

This commit is contained in:
Dean Camera
2013-05-04 20:54:32 +00:00
parent fd5e98d380
commit 7464e40a4b
6 changed files with 27 additions and 28 deletions

View File

@@ -194,9 +194,8 @@
*/
void Endpoint_SelectEndpoint(const uint8_t Address);
/** Configures the specified endpoint address with the given endpoint type, direction, bank size
* and banking mode. Once configured, the endpoint may be read from or written to, depending
* on its direction.
/** Configures the specified endpoint address with the given endpoint type, bank size and number of hardware
* banks. Once configured, the endpoint may be read from or written to, depending on its direction.
*
* \param[in] Address Endpoint address to configure.
*