projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add const qualifiers to Host mode Class drivers.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Pipe.c
diff --git
a/LUFA/Drivers/USB/LowLevel/Pipe.c
b/LUFA/Drivers/USB/LowLevel/Pipe.c
index
58d7343
..
400cc5f
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Pipe.c
+++ b/
LUFA/Drivers/USB/LowLevel/Pipe.c
@@
-70,7
+70,7
@@
void Pipe_ClearPipes(void)
}
\r
}
\r
\r
-bool Pipe_IsEndpointBound(uint8_t EndpointAddress)
\r
+bool Pipe_IsEndpointBound(
const
uint8_t EndpointAddress)
\r
{
\r
uint8_t PrevPipeNumber = Pipe_GetCurrentPipe();
\r
\r