summaryrefslogtreecommitdiff
path: root/tinyusb/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-27 01:57:40 +0700
committerhathach <[email protected]>2013-02-27 01:57:40 +0700
commit4023d07df0ef5db09b88b0326371bb92301ebd2e (patch)
treeac70be90ce55d8c3c3354c1d8541c87667c448c5 /tinyusb/class
parent49da21086004bd666564c5bd1bd2a0bb7938205d (diff)
add parsing configuration desc & invoke driver install subtask
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/hid_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid_host.h
index 1a6130d62..af2805681 100644
--- a/tinyusb/class/hid_host.h
+++ b/tinyusb/class/hid_host.h
@@ -96,7 +96,7 @@ static inline void hidh_init(void)
void hidh_init(void);
#endif
-tusb_error_t hidh_install(uint8_t dev_addr, tusb_descriptor_interface_t const *descriptor) ATTR_WARN_UNUSED_RESULT;
+tusb_error_t hidh_install_subtask(uint8_t dev_addr, tusb_descriptor_interface_t const *descriptor, uint16_t *p_length) ATTR_WARN_UNUSED_RESULT;
#endif