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:
parent
4c035b14f1
commit
211712d66d
3 changed files with 3 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue