summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-09-28 16:15:31 +0700
committerhathach <[email protected]>2023-09-28 16:15:31 +0700
commit8348631bf538e2aa0a433ed6e7df9e42bb39bdd5 (patch)
tree18fd0a2c14493d2e6baf7490fc73deac81fe2290 /src/host
parent6b8933cfe838b369c58d4fc9ced8aa5c9382a6d6 (diff)
improve esp32 ci, build esp32 with -DDMAX3421_HOST=1 for max3421 testing
revert change in hcd.h
Diffstat (limited to 'src/host')
-rw-r--r--src/host/hcd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h
index edffb34cb..2bde289df 100644
--- a/src/host/hcd.h
+++ b/src/host/hcd.h
@@ -133,9 +133,6 @@ bool hcd_init(uint8_t rhport);
// Interrupt Handler
void hcd_int_handler(uint8_t rhport, bool in_isr);
-// Interrupt Hanndler (extended version)
-void hcd_int_handler_ext(uint8_t rhport, bool in_isr);
-
// Enable USB interrupt
void hcd_int_enable (uint8_t rhport);