projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c41512c
)
Use spaces instead of tabs wherever necessary to fix indentation.
author
László Monda
<laci@monda.hu>
Tue, 24 Sep 2013 09:19:42 +0000
(11:19 +0200)
committer
László Monda
<laci@monda.hu>
Tue, 24 Sep 2013 09:19:42 +0000
(11:19 +0200)
LUFA/Drivers/USB/Class/Host/HIDClassHost.h
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Drivers/USB/Class/Host/HIDClassHost.h
b/LUFA/Drivers/USB/Class/Host/HIDClassHost.h
index
965ac36
..
2e560e7
100644
(file)
--- a/
LUFA/Drivers/USB/Class/Host/HIDClassHost.h
+++ b/
LUFA/Drivers/USB/Class/Host/HIDClassHost.h
@@
-93,7
+93,7
@@
#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)
HID_ReportInfo_t* HIDParserData; /**< HID parser data to store the parsed HID report data, when boot protocol
* is not used.
#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)
HID_ReportInfo_t* HIDParserData; /**< HID parser data to store the parsed HID report data, when boot protocol
* is not used.
-
*
+ *
* \note When the \c HID_HOST_BOOT_PROTOCOL_ONLY compile time token is defined,
* this field is unavailable.
*/
* \note When the \c HID_HOST_BOOT_PROTOCOL_ONLY compile time token is defined,
* this field is unavailable.
*/
@@
-120,9
+120,9
@@
uint8_t LargestReportSize; /**< Largest report the device will send, in bytes. */
} State; /**< State data for the USB class interface within the device. All elements in this section
uint8_t LargestReportSize; /**< Largest report the device will send, in bytes. */
} State; /**< State data for the USB class interface within the device. All elements in this section
-
* <b>may</b> be set to initial values, but may also be ignored to default to sane values when
-
* the interface is enumerated.
-
*/
+ * <b>may</b> be set to initial values, but may also be ignored to default to sane values when
+ * the interface is enumerated.
+ */
} USB_ClassInfo_HID_Host_t;
/* Enums: */
} USB_ClassInfo_HID_Host_t;
/* Enums: */