summaryrefslogtreecommitdiff
path: root/src/host/usbh.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-01-12 15:47:08 +0700
committerhathach <[email protected]>2024-01-12 15:47:08 +0700
commit290f4bea91e739979217eb91d589a75f9ac0f6a7 (patch)
tree2bda2d4ac9fe67cefc9ea6b24161ef6df5d890b6 /src/host/usbh.h
parent858077483dc99f2c0031e1e967ac23f031c779bb (diff)
- change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation
- change code style
Diffstat (limited to 'src/host/usbh.h')
-rw-r--r--src/host/usbh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h
index 7591c7672..9ff118543 100644
--- a/src/host/usbh.h
+++ b/src/host/usbh.h
@@ -94,7 +94,7 @@ TU_ATTR_WEAK void tuh_mount_cb (uint8_t daddr);
TU_ATTR_WEAK void tuh_umount_cb(uint8_t daddr);
// Invoked when there is a new usb event, which need to be processed by tuh_task()/tuh_task_ext()
-TU_ATTR_WEAK void tuh_event_hook_cb(uint8_t rhport, uint32_t eventid, bool in_isr);
+void tuh_event_hook_cb(uint8_t rhport, uint32_t eventid, bool in_isr);
//--------------------------------------------------------------------+
// APPLICATION API