projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added board hardware driver support for the Microsin AVR-USB162 development board.
[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
53aeb1f
..
0e877f6
100644
(file)
--- 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 << NBUSYBK
0
));
}
/** Determines if the currently selected pipe may be read from (if data is waiting in the pipe