diff options
| author | sakumisu <[email protected]> | 2024-08-13 18:08:02 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-08-13 18:10:07 +0800 |
| commit | 907d23871ed9a5ecc36a64cb94b8d38edf006f82 (patch) | |
| tree | f2d46d31834580da05babce7632f18a494fd10f9 | |
| parent | 70944027c50375cda040587980fa2e92e985f536 (diff) | |
fix(class/hid): fix typo
| -rw-r--r-- | class/hid/usb_hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/class/hid/usb_hid.h b/class/hid/usb_hid.h index 64c15992..b244d119 100644 --- a/class/hid/usb_hid.h +++ b/class/hid/usb_hid.h @@ -558,7 +558,7 @@ struct usb_hid_kbd_report }; /* Keyboard output report (1 byte) (HID B.1), - * see USBHID_KBDOUT_* definitions + * see HID_KBD_OUTPUT_* definitions */ /* Mouse input report (HID B.2) */ |
