projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make HID device class driver reselect the correct endpoint after the user callbacks...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Template
/
Template_Endpoint_Control_W.c
diff --git
a/LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c
b/LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c
index
6c1445e
..
ce402ad
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c
+++ b/
LUFA/Drivers/USB/LowLevel/Template/Template_Endpoint_Control_W.c
@@
-1,4
+1,4
@@
-uint8_t TEMPLATE_FUNC_NAME (void* Buffer, uint16_t Length)
\r
+uint8_t TEMPLATE_FUNC_NAME (
const
void* Buffer, uint16_t Length)
\r
{
\r
uint8_t* DataStream = (uint8_t*)(Buffer + TEMPLATE_BUFFER_OFFSET(Length));
\r
bool LastPacketFull = false;
\r