projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add extra tests to the MassStorage device demo and class driver for validating comman...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Pipe.h
diff --git
a/LUFA/Drivers/USB/LowLevel/Pipe.h
b/LUFA/Drivers/USB/LowLevel/Pipe.h
index
58cfb1f
..
fae8105
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Pipe.h
+++ b/
LUFA/Drivers/USB/LowLevel/Pipe.h
@@
-173,12
+173,7
@@
/** Endpoint number mask, for masking against endpoint addresses to retrieve the endpoint's
\r
* numerical address in the attached device.
\r
*/
\r
/** 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
-
\r
- /** Endpoint bank size mask, for masking against endpoint addresses to retrieve the endpoint's
\r
- * bank size in the attached device.
\r
- */
\r
- #define PIPE_EPSIZE_MASK 0x7FF
\r
+ #define PIPE_EPNUM_MASK 0x0F
\r
\r
/* Pseudo-Function Macros: */
\r
#if defined(__DOXYGEN__)
\r
\r
/* Pseudo-Function Macros: */
\r
#if defined(__DOXYGEN__)
\r