From 4023d07df0ef5db09b88b0326371bb92301ebd2e Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 27 Feb 2013 01:57:40 +0700 Subject: add parsing configuration desc & invoke driver install subtask --- tinyusb/class/hid_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/class') 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 -- cgit v1.3.1