Added const modifiers to device mode class drivers.
[pub/USBasp.git] / Demos / Host / LowLevel / KeyboardHostWithParser / KeyboardHostWithParser.c
index 54e400d..4e78b0d 100644 (file)
@@ -224,7 +224,7 @@ void Keyboard_HID_Task(void)
 /** Processes a read HID report from an attached keyboard, extracting out elements via the HID parser results\r
  *  as required and prints pressed characters to the serial port. Each time a key is typed, a board LED is toggled.\r
  *\r
- *  \param KeyboardReport  Pointer to a HID report from an attached keyboard device\r
+ *  \param[in] KeyboardReport  Pointer to a HID report from an attached keyboard device\r
  */\r
 void ProcessKeyboardReport(uint8_t* KeyboardReport)\r
 {\r