Remove ClearPipeStall routine from the StillImageHost demo, as there is now a version of the function built into the library itself.

This commit is contained in:
Dean Camera 2009-07-20 03:14:41 +00:00
parent 4c035b14f1
commit 211712d66d
3 changed files with 3 additions and 27 deletions

View file

@ -111,6 +111,5 @@
uint8_t SImage_SendData(void* Buffer, uint16_t Bytes);
uint8_t SImage_ReadData(void* Buffer, uint16_t Bytes);
bool SImage_IsEventReceived(void);
uint8_t SImage_ClearPipeStall(const uint8_t EndpointNum);
#endif