projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions...
[pub/USBasp.git]
/
Demos
/
Device
/
Incomplete
/
Sideshow
/
Sideshow.c
diff --git
a/Demos/Device/Incomplete/Sideshow/Sideshow.c
b/Demos/Device/Incomplete/Sideshow/Sideshow.c
index
8454f9d
..
41e36cc
100644
(file)
--- a/
Demos/Device/Incomplete/Sideshow/Sideshow.c
+++ b/
Demos/Device/Incomplete/Sideshow/Sideshow.c
@@
-131,7
+131,7
@@
void EVENT_USB_UnhandledControlPacket(void)
\r
Endpoint_ClearSETUP();
\r
\r
- Endpoint_Write_Control_Stream_LE(DescriptorPointer, DescriptorSize);
\r
+ Endpoint_Write_Control_
P
Stream_LE(DescriptorPointer, DescriptorSize);
\r
Endpoint_ClearOUT();
\r
}
\r
\r