From 907d23871ed9a5ecc36a64cb94b8d38edf006f82 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 13 Aug 2024 18:08:02 +0800 Subject: [PATCH] fix(class/hid): fix typo --- class/hid/usb_hid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */