summaryrefslogtreecommitdiff
path: root/src/class/hid
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-04 18:51:52 +0700
committerhathach <[email protected]>2022-12-04 19:44:01 +0700
commit43b255f413e08b9e567a23b24701efbdaebcb824 (patch)
tree09b1e0e015e98c24a9deea490484142f6e013384 /src/class/hid
parent6a2cf6728906aa61b44ecfe43b4ceef287b29bf8 (diff)
more typos
Diffstat (limited to 'src/class/hid')
-rw-r--r--src/class/hid/hid_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_device.h b/src/class/hid/hid_device.h
index 3143b1024..fa41ebf8a 100644
--- a/src/class/hid/hid_device.h
+++ b/src/class/hid/hid_device.h
@@ -182,7 +182,7 @@ static inline bool tud_hid_gamepad_report(uint8_t report_id, int8_t x, int8_t y
HID_COLLECTION ( HID_COLLECTION_APPLICATION ) ,\
/* Report ID if any */\
__VA_ARGS__ \
- /* 8 bits Modifier Keys (Shfit, Control, Alt) */ \
+ /* 8 bits Modifier Keys (Shift, Control, Alt) */ \
HID_USAGE_PAGE ( HID_USAGE_PAGE_KEYBOARD ) ,\
HID_USAGE_MIN ( 224 ) ,\
HID_USAGE_MAX ( 231 ) ,\