projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
USB_IsConnected is now cleared before the USB_Disconnect() event is fired in response...
[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
a67cc89
..
0d432e7
100644
(file)
--- a/
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
+++ b/
LUFA/Drivers/USB/HighLevel/StreamCallbacks.h
@@
-58,9
+58,8
@@
\r
/* Type Defines: */
\r
/** Type define for a Stream Callback function (function taking no arguments and retuning a
\r
\r
/* Type Defines: */
\r
/** Type define for a Stream Callback function (function taking no arguments and retuning a
\r
- * uint8_t value).
\r
- *
\r
- * \see \ref STREAM_CALLBACK macro for more details
\r
+ * uint8_t value). Stream callback functions should have an identical function signature if they
\r
+ * are to be used as the callback parameter of the stream functions.
\r
*/
\r
typedef uint8_t (* const StreamCallbackPtr_t)(void);
\r
\r
*/
\r
typedef uint8_t (* const StreamCallbackPtr_t)(void);
\r
\r