Skip to content

Commit 79da608

Browse files
authored
Merge pull request #394 from samveen/fix_typo
[tusb]fix typo in comment
2 parents 32f3b29 + 93e409b commit 79da608

File tree

1 file changed

+1
-1
lines changed
  • cores/nRF5/Adafruit_TinyUSB_Core/tinyusb/src/class/hid

1 file changed

+1
-1
lines changed

cores/nRF5/Adafruit_TinyUSB_Core/tinyusb/src/class/hid/hid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ typedef enum
180180
/// Standard HID Boot Protocol Keyboard Report.
181181
typedef struct TU_ATTR_PACKED
182182
{
183-
uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFER_* masks). */
183+
uint8_t modifier; /**< Keyboard modifier (KEYBOARD_MODIFIER_* masks). */
184184
uint8_t reserved; /**< Reserved for OEM use, always set to 0. */
185185
uint8_t keycode[6]; /**< Key codes of the currently pressed keys. */
186186
} hid_keyboard_report_t;

0 commit comments

Comments
 (0)