aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/StillImageHost/StillImageCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/StillImageHost/StillImageCommands.h')
-rw-r--r--Demos/Host/StillImageHost/StillImageCommands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/StillImageHost/StillImageCommands.h b/Demos/Host/StillImageHost/StillImageCommands.h
index 38bbadf70..ad0ba55a2 100644
--- a/Demos/Host/StillImageHost/StillImageCommands.h
+++ b/Demos/Host/StillImageHost/StillImageCommands.h
@@ -105,6 +105,6 @@
void 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 PipeEndpointNum);
+ uint8_t SImage_ClearPipeStall(const uint8_t EndpointNum);
#endif