\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
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