General cleanup and more port work to the AVR32 UC3B.
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3B / Pipe_UC3B.h
index 1d7a002..484e48a 100644 (file)
                        #define PIPE_CONTROLPIPE_DEFAULT_SIZE   64\r
 \r
                        /** Total number of pipes (including the default control pipe at address 0) which may be used in\r
-                        *  the device. Different USB AVR models support different amounts of pipes, this value reflects\r
-                        *  the maximum number of pipes for the currently selected AVR model.\r
+                        *  the device.\r
                         */\r
                        #define PIPE_TOTAL_PIPES                7\r
 \r
                        /** Size in bytes of the largest pipe bank size possible in the device. Not all banks on each AVR\r
                         *  model supports the largest bank size possible on the device; different pipe numbers support\r
                         *  different maximum bank sizes. This value reflects the largest possible bank of any pipe on the\r
-                        *  currently selected USB AVR model.\r
+                        *  currently selected UC3B AVR model.\r
                         */\r
                        #define PIPE_MAX_SIZE                   256\r
 \r
                         *        or bank corruption will occur.\r
                         *        \n\n\r
                         *\r
-                        *  \note Certain models of USB AVR's pipes may have different maximum packet sizes based on the pipe's\r
-                        *        index - refer to the chosen USB AVR's datasheet to determine the maximum bank size for each pipe.\r
+                        *  \note Certain microcontroller model's pipes may have different maximum packet sizes based on the pipe's\r
+                        *        index - refer to the chosen microcontroller's datasheet to determine the maximum bank size for each pipe.\r
                         *        \n\n\r
                         *\r
                         *  \note The default control pipe should not be manually configured by the user application, as it is\r