projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added const modifiers to device mode class drivers.
[pub/lufa.git]
/
Demos
/
Device
/
LowLevel
/
Joystick
/
Joystick.c
diff --git
a/Demos/Device/LowLevel/Joystick/Joystick.c
b/Demos/Device/LowLevel/Joystick/Joystick.c
index
0c018aa
..
42ae62c
100644
(file)
--- a/
Demos/Device/LowLevel/Joystick/Joystick.c
+++ b/
Demos/Device/LowLevel/Joystick/Joystick.c
@@
-136,7
+136,7
@@
void EVENT_USB_UnhandledControlPacket(void)
\r
/** Fills the given HID report data structure with the next HID report to send to the host.
\r
*
\r
\r
/** Fills the given HID report data structure with the next HID report to send to the host.
\r
*
\r
- * \param ReportData Pointer to a HID report data structure to be filled
\r
+ * \param
[out]
ReportData Pointer to a HID report data structure to be filled
\r
*
\r
* \return Boolean true if the new report differs from the last report, false otherwise
\r
*/
\r
*
\r
* \return Boolean true if the new report differs from the last report, false otherwise
\r
*/
\r