Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for full pipe...
[pub/lufa.git] / LUFA / Drivers / USB / Core / Pipe.h
index 387ee50..fe74c9a 100644 (file)
                        /** Pipe number mask, for masking against pipe addresses to retrieve the pipe's numerical address
                         *  in the device.
                         */
-                       #define PIPE_PIPENUM_MASK               0x07
+                       #define PIPE_PIPENUM_MASK               0x0F
 
                        /** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's
                         *  numerical address in the attached device.
                        #define PIPE_EPNUM_MASK                 0x0F
 
                        /** Endpoint direction mask, for masking against endpoint addresses to retrieve the endpoint's
-                        *  direction for comparing with the \c ENDPOINT_DESCRIPTOR_DIR_* masks.
+                        *  direction for comparing with the \c ENDPOINT_DIR_* masks.
                         */
                        #define PIPE_EPDIR_MASK                 0x80