projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove ClearPipeStall routine from the StillImageHost demo, as there is now a version...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
StillImageHost
/
Lib
/
StillImageCommands.h
diff --git
a/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
b/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
index
6000510
..
b44b752
100644
(file)
--- a/
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
+++ b/
Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.h
@@
-111,6
+111,5
@@
uint8_t SImage_SendData(void* Buffer, uint16_t Bytes);
\r
uint8_t SImage_ReadData(void* Buffer, uint16_t Bytes);
\r
bool SImage_IsEventReceived(void);
\r
- uint8_t SImage_ClearPipeStall(const uint8_t EndpointNum);
\r
\r
#endif
\r