summaryrefslogtreecommitdiff
path: root/tests/test/support
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-08 12:52:46 +0700
committerhathach <[email protected]>2013-02-08 12:52:46 +0700
commit5bacdc6c0fb7ea5255974142498b2dc56e3778ee (patch)
tree405864b2ad77c8c640f98840eb01db39f2f191e9 /tests/test/support
parent489b98cb933e1f4b164bf1172a405d22528d2b8b (diff)
updating usbh init with class init
Diffstat (limited to 'tests/test/support')
-rw-r--r--tests/test/support/tusb_callback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test/support/tusb_callback.h b/tests/test/support/tusb_callback.h
index 5a6e11eb5..c99baa6bd 100644
--- a/tests/test/support/tusb_callback.h
+++ b/tests/test/support/tusb_callback.h
@@ -61,6 +61,7 @@
uint8_t tusbh_device_attached_cb (tusb_descriptor_device_t const *p_desc_device) ATTR_WEAK ATTR_WARN_UNUSED_RESULT;
void tusbh_device_mounted_cb (tusb_handle_device_t device_hdl) ATTR_WEAK;
void tusbh_device_mount_failed_cb(tusb_error_t error, tusb_descriptor_device_t const *p_desc_device) ATTR_WEAK;
+void hidh_init(void);
#ifdef __cplusplus
}