projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git]
/
Demos
/
Host
/
StillImageHost
/
StillImageHost.c
diff --git
a/Demos/Host/StillImageHost/StillImageHost.c
b/Demos/Host/StillImageHost/StillImageHost.c
index
1694322
..
d9dd7ce
100644
(file)
--- a/
Demos/Host/StillImageHost/StillImageHost.c
+++ b/
Demos/Host/StillImageHost/StillImageHost.c
@@
-36,11
+36,6
@@
\r
#include "StillImageHost.h"
\r
\r
\r
#include "StillImageHost.h"
\r
\r
-/* Project Tags, for reading out using the ButtLoad project */
\r
-BUTTLOADTAG(ProjName, "LUFA SIMG Host App");
\r
-BUTTLOADTAG(BuildTime, __TIME__);
\r
-BUTTLOADTAG(BuildDate, __DATE__);
\r
-
\r
/* Scheduler Task List */
\r
TASK_LIST
\r
{
\r
/* Scheduler Task List */
\r
TASK_LIST
\r
{
\r
@@
-243,7
+238,7
@@
TASK(USB_SImage_Host)
SImage_ReadData(DeviceInfo, DeviceInfoSize);
\r
\r
/* Once all the data has been read, the pipe must be cleared before the response can be sent */
\r
SImage_ReadData(DeviceInfo, DeviceInfoSize);
\r
\r
/* Once all the data has been read, the pipe must be cleared before the response can be sent */
\r
- Pipe_Clear
CurrentBank
();
\r
+ Pipe_Clear
IN
();
\r
\r
/* Create a pointer for walking through the info dataset */
\r
uint8_t* DeviceInfoPos = DeviceInfo;
\r
\r
/* Create a pointer for walking through the info dataset */
\r
uint8_t* DeviceInfoPos = DeviceInfo;
\r