mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-12 03:44:19 +00:00
Use spaces instead of tabs wherever necessary to fix indentation.
This commit is contained in:
parent
c41512c1e8
commit
ef1a4b750b
@ -93,7 +93,7 @@
|
|||||||
#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)
|
#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)
|
||||||
HID_ReportInfo_t* HIDParserData; /**< HID parser data to store the parsed HID report data, when boot protocol
|
HID_ReportInfo_t* HIDParserData; /**< HID parser data to store the parsed HID report data, when boot protocol
|
||||||
* is not used.
|
* is not used.
|
||||||
*
|
*
|
||||||
* \note When the \c HID_HOST_BOOT_PROTOCOL_ONLY compile time token is defined,
|
* \note When the \c HID_HOST_BOOT_PROTOCOL_ONLY compile time token is defined,
|
||||||
* this field is unavailable.
|
* this field is unavailable.
|
||||||
*/
|
*/
|
||||||
@ -120,9 +120,9 @@
|
|||||||
|
|
||||||
uint8_t LargestReportSize; /**< Largest report the device will send, in bytes. */
|
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
|
} 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
|
* <b>may</b> be set to initial values, but may also be ignored to default to sane values when
|
||||||
* the interface is enumerated.
|
* the interface is enumerated.
|
||||||
*/
|
*/
|
||||||
} USB_ClassInfo_HID_Host_t;
|
} USB_ClassInfo_HID_Host_t;
|
||||||
|
|
||||||
/* Enums: */
|
/* Enums: */
|
||||||
|
Loading…
Reference in New Issue
Block a user