X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/cd57e855f6bfbd278c5bcaa830debd8b659776dd..b87d0b45a2d613c2ecfd79447ccd3b8ceaf0bddb:/LUFA/Drivers/USB/LowLevel/Pipe.h 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