From 5f7f945c823b4de1f7ae70e239f426ba54573b2d Mon Sep 17 00:00:00 2001 From: Dean Date: Sun, 28 Jun 2009 13:39:08 +0000 Subject: Added const modifiers to device mode class drivers. Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@636 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c') diff --git a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c index 5f0d3586..d7a94710 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c +++ b/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c @@ -224,7 +224,7 @@ void Mouse_HID_Task(void) /** Processes a read HID report from an attached mouse, extracting out elements via the HID parser results * as required and displays movement and button presses on the board LEDs. * - * \param MouseReport Pointer to a HID report from an attached mouse device + * \param[in] MouseReport Pointer to a HID report from an attached mouse device */ void ProcessMouseReport(uint8_t* MouseReport) { -- cgit v1.2.3