Added const modifiers to device mode class drivers.
[pub/lufa.git] / Demos / Device / LowLevel / Joystick / Joystick.c
index 0c018aa..42ae62c 100644 (file)
@@ -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
- *  \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