projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
All comments in the library, bootloaders, demos and projects have now been spell...
[pub/lufa.git]
/
Demos
/
Host
/
StillImageHost
/
StillImageCommands.c
diff --git
a/Demos/Host/StillImageHost/StillImageCommands.c
b/Demos/Host/StillImageHost/StillImageCommands.c
index
4d4c0b1
..
be6f748
100644
(file)
--- a/
Demos/Host/StillImageHost/StillImageCommands.c
+++ b/
Demos/Host/StillImageHost/StillImageCommands.c
@@
-111,7
+111,7
@@
uint8_t SImage_RecieveBlockHeader(void)
/* Check to see if a new frame has been issued (1ms elapsed) */
\r
if (USB_INT_HasOccurred(USB_INT_HSOFI))
\r
{
\r
/* Check to see if a new frame has been issued (1ms elapsed) */
\r
if (USB_INT_HasOccurred(USB_INT_HSOFI))
\r
{
\r
- /* Clear the flag and decrement the timout period counter */
\r
+ /* Clear the flag and decrement the tim
e
out period counter */
\r
USB_INT_Clear(USB_INT_HSOFI);
\r
TimeoutMSRem--;
\r
\r
USB_INT_Clear(USB_INT_HSOFI);
\r
TimeoutMSRem--;
\r
\r