From ab602a8b48e7ba504447bf3d6ec3fb3a69d40e9a Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 25 Nov 2009 04:23:40 +0000 Subject: Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver. --- Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel') diff --git a/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c b/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c index f2e4d4644..6f8aa5179 100644 --- a/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c +++ b/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c @@ -81,7 +81,7 @@ void SImage_SendBlockHeader(void) /** Function to receive a PIMA event container from the attached still image device. * * \return A value from the Pipe_Stream_RW_ErrorCodes_t enum - / + */ uint8_t SImage_ReceiveEventHeader(void) { uint8_t ErrorCode; -- cgit v1.2.3