Minor documentation improvements.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / XMEGA / Endpoint_XMEGA.h
index 9d6a628..4ebe0ce 100644 (file)
                         */
                        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.
                         *