From c3758ac5ef70cb609289ed6f34ba7e7be7ab8841 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 17 Dec 2009 10:02:19 +0000 Subject: Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project. Add new HotmailNotifier project, which changes a LED's colour based on the user's unread email count as sent from Windows Live Messenger. --- LUFA/Drivers/USB/Class/Host/HIDParser.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/Class/Host') diff --git a/LUFA/Drivers/USB/Class/Host/HIDParser.h b/LUFA/Drivers/USB/Class/Host/HIDParser.h index 16cfc2317..907610798 100644 --- a/LUFA/Drivers/USB/Class/Host/HIDParser.h +++ b/LUFA/Drivers/USB/Class/Host/HIDParser.h @@ -205,7 +205,9 @@ HID_ReportItem_Attributes_t Attributes; /**< Report item attributes. */ - uint32_t Value; /**< Current value of the report item. */ + uint32_t Value; /**< Current value of the report item - use \ref HID_ALIGN_DATA() when processing + * a retrieved value so that it is aligned to a specific type. + */ uint32_t PreviousValue; /**< Previous value of the report item. */ } HID_ReportItem_t; -- cgit v1.2.3