summaryrefslogtreecommitdiff
path: root/src/class/hid/hid_device.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-18 13:12:33 +0700
committerhathach <[email protected]>2021-05-18 13:12:33 +0700
commit2df5a5367f6b8a6649d39d3ba7ebc0af56db9ad2 (patch)
treef28ea10f72b771a2ab4390b33fb04f2d37cda3b1 /src/class/hid/hid_device.h
parent40cd3a7e203a3428643e5a91044d21152cddccbe (diff)
update hid host get/set protocol to match device
Diffstat (limited to 'src/class/hid/hid_device.h')
-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 bccfb8d4d..bfaa35f7d 100644
--- a/src/class/hid/hid_device.h
+++ b/src/class/hid/hid_device.h
@@ -57,7 +57,7 @@
// Check if the interface is ready to use
bool tud_hid_n_ready(uint8_t instance);
-// Get interface supported protocol (bInterfaceProtocol) check out hid_interface_protocol_enum_t for possible value
+// Get interface supported protocol (bInterfaceProtocol) check out hid_interface_protocol_enum_t for possible values
uint8_t tud_hid_n_interface_protocol(uint8_t instance);
// Get current active protocol: HID_PROTOCOL_BOOT (0) or HID_PROTOCOL_REPORT (1)