Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
index 58cfb1f..f03ea09 100644 (file)
                        /** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's\r
                         *  numerical address in the attached device.\r
                         */\r
-                       #define PIPE_EPNUM_MASK                 0x07\r
+                       #define PIPE_EPNUM_MASK                 0x0F\r
 \r
                        /** Endpoint bank size mask, for masking against endpoint addresses to retrieve the endpoint's\r
                         *  bank size in the attached device.\r