diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-25 04:23:40 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-25 04:23:40 +0000 |
| commit | 2f4d65a0a745c74450f6081719a6cd660a87bf7e (patch) | |
| tree | 8c51c1c7d2a4497a1177b78c1c6ae98f59d99780 /Demos | |
| parent | 2233a3848ef406e4720383e55cf1e61fdae5c54c (diff) | |
Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@921 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos')
| -rw-r--r-- | Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c b/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c index f2e4d464..6f8aa517 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;
|
