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
/
Mouse
/
Mouse.c
diff --git
a/Demos/Device/LowLevel/Mouse/Mouse.c
b/Demos/Device/LowLevel/Mouse/Mouse.c
index
c586b59
..
c0989c5
100644
(file)
--- a/
Demos/Device/LowLevel/Mouse/Mouse.c
+++ b/
Demos/Device/LowLevel/Mouse/Mouse.c
@@
-238,7
+238,7
@@
ISR(TIMER0_COMPA_vect, ISR_BLOCK)
\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
void CreateMouseReport(USB_MouseReport_Data_t* ReportData)
\r
{
\r
*/
\r
void CreateMouseReport(USB_MouseReport_Data_t* ReportData)
\r
{
\r