mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-21 03:40:52 +00:00
[tusb]fix typo in comment
This commit is contained in:
parent
7a05b177a4
commit
fdce63b268
@ -180,7 +180,7 @@ typedef enum
|
|||||||
/// Standard HID Boot Protocol Keyboard Report.
|
/// Standard HID Boot Protocol Keyboard Report.
|
||||||
typedef struct TU_ATTR_PACKED
|
typedef struct TU_ATTR_PACKED
|
||||||
{
|
{
|
||||||
uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFER_* masks). */
|
uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFIER_* masks). */
|
||||||
uint8_t reserved; /**< Reserved for OEM use, always set to 0. */
|
uint8_t reserved; /**< Reserved for OEM use, always set to 0. */
|
||||||
uint8_t keycode[6]; /**< Key codes of the currently pressed keys. */
|
uint8_t keycode[6]; /**< Key codes of the currently pressed keys. */
|
||||||
} hid_keyboard_report_t;
|
} hid_keyboard_report_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user