projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor documentation cleanups.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
HighLevel
/
StreamCallbacks.h
diff --git
a/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
b/LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
index
9b627e6
..
d3334e7
100644
(file)
--- a/
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
+++ b/
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
@@
-64,7
+64,7
@@
#define NO_STREAM_CALLBACK NULL
/* Enums: */
#define NO_STREAM_CALLBACK NULL
/* Enums: */
- /** Enum for the possible error return codes of a stream callback function */
+ /** Enum for the possible error return codes of a stream callback function
.
*/
enum StreamCallback_Return_ErrorCodes_t
{
STREAMCALLBACK_Continue = 0, /**< Continue sending or receiving the stream. */
enum StreamCallback_Return_ErrorCodes_t
{
STREAMCALLBACK_Continue = 0, /**< Continue sending or receiving the stream. */