X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/74496a947eef42b416a8a0cb11b7415ac6fa103b..7d4cccc22d60125fac111819df48af1873d11018:/Demos/Host/StillImageHost/StillImageCommands.c diff --git a/Demos/Host/StillImageHost/StillImageCommands.c b/Demos/Host/StillImageHost/StillImageCommands.c index 4d4c0b170..be6f7482d 100644 --- 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) */ if (USB_INT_HasOccurred(USB_INT_HSOFI)) { - /* Clear the flag and decrement the timout period counter */ + /* Clear the flag and decrement the timeout period counter */ USB_INT_Clear(USB_INT_HSOFI); TimeoutMSRem--;