Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / Demos / Host / StillImageHost / StillImageHost.c
index 1694322..d9dd7ce 100644 (file)
 \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
@@ -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
-                       Pipe_ClearCurrentBank();\r
+                       Pipe_ClearIN();\r
                        \r
                        /* Create a pointer for walking through the info dataset */\r
                        uint8_t* DeviceInfoPos = DeviceInfo;\r