summaryrefslogtreecommitdiff
path: root/tests/test/support
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/support')
-rw-r--r--tests/test/support/tusb_callback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test/support/tusb_callback.h b/tests/test/support/tusb_callback.h
index c99baa6bd..5a6e11eb5 100644
--- a/tests/test/support/tusb_callback.h
+++ b/tests/test/support/tusb_callback.h
@@ -61,7 +61,6 @@
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
}