projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typo in the StillImageHost LowLevel demo, and the CDC Host Class Driver.
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
StillImageHost
/
Lib
/
StillImageCommands.c
diff --git
a/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
b/Demos/Host/LowLevel/StillImageHost/Lib/StillImageCommands.c
index
f2e4d46
..
6f8aa51
100644
(file)
--- 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.
\r
*
\r
* \return A value from the Pipe_Stream_RW_ErrorCodes_t enum
\r
- /
\r
+
*
/
\r
uint8_t SImage_ReceiveEventHeader(void)
\r
{
\r
uint8_t ErrorCode;
\r