X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e9215b4b3657938774b4979c5e02e4a95824aa43..cf313989e6f451a3b6058db94929a51bc1b5e68b:/LUFA/Drivers/USB/LowLevel/Pipe.h diff --git a/LUFA/Drivers/USB/LowLevel/Pipe.h b/LUFA/Drivers/USB/LowLevel/Pipe.h index 58cfb1f23..f03ea09c2 100644 --- a/LUFA/Drivers/USB/LowLevel/Pipe.h +++ b/LUFA/Drivers/USB/LowLevel/Pipe.h @@ -173,7 +173,7 @@ /** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's * numerical address in the attached device. */ - #define PIPE_EPNUM_MASK 0x07 + #define PIPE_EPNUM_MASK 0x0F /** Endpoint bank size mask, for masking against endpoint addresses to retrieve the endpoint's * bank size in the attached device.