diff options
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/Pipe.h')
-rw-r--r-- | LUFA/Drivers/USB/LowLevel/Pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Pipe.h b/LUFA/Drivers/USB/LowLevel/Pipe.h index 53aeb1fd5..0e877f623 100644 --- a/LUFA/Drivers/USB/LowLevel/Pipe.h +++ b/LUFA/Drivers/USB/LowLevel/Pipe.h @@ -463,7 +463,7 @@ */ static inline uint8_t Pipe_GetBusyBanks(void) { - return (UPSTAX & (0x03 << NBUSYBK)); + return (UPSTAX & (0x03 << NBUSYBK0)); } /** Determines if the currently selected pipe may be read from (if data is waiting in the pipe |