diff options
| author | Ha Thach <[email protected]> | 2019-12-17 10:46:15 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-17 10:46:15 +0700 |
| commit | 627f8c5eb9509d7cd18e6f79845b18003d6112c4 (patch) | |
| tree | 37726d8fa9e119c105e5ac4bc7fe85acf069540e /src | |
| parent | 7a05b177a43b368fea1d60ca344fe4ae9902a432 (diff) | |
| parent | fdce63b268579f4b847980172d113577de28900e (diff) | |
Merge pull request #237 from samveen/fix_typo
[tusb]fix typo in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/class/hid/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index a3a9ffc88..cb5e60474 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -180,7 +180,7 @@ typedef enum /// Standard HID Boot Protocol Keyboard Report.
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 keycode[6]; /**< Key codes of the currently pressed keys. */
} hid_keyboard_report_t;
|
