aboutsummaryrefslogtreecommitdiff
path: root/Demos/Host/StillImageHost/StillImageCommands.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-04-19 14:29:57 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2009-04-19 14:29:57 +0000
commit545bce765dfa0095133156ac42a882cb13ec944d (patch)
tree86746a10853d261e18a4ad37b4e970a4917e89a0 /Demos/Host/StillImageHost/StillImageCommands.h
parentd5a07400e4baf41e1f741390eb87e84e818ff3e8 (diff)
Spell checked non-source documentation pages.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@516 d5102386-fcda-11dd-9fdb-3debd5008f28
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 38bbadf7..ad0ba55a 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