summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-02-22 22:52:41 +0700
committerGitHub <[email protected]>2023-02-22 22:52:41 +0700
commit73afca14eb589af84e932fdafbeeea8f8db1e771 (patch)
treea6c9eacbac1e256fad0c733e383d62658a6c3d8d /src/host
parentb66c2d5f0ae7cb8f29f305d6998a5d4f462ca6a2 (diff)
parenteca96c635da52ab516e3dda47348ef8977ffd8ad (diff)
Merge pull request #1491 from Ryzee119/ohci_fixes
OHCI usbh, tweaks and improvements
Diffstat (limited to 'src/host')
-rw-r--r--src/host/hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h
index deebc59d4..a400626e4 100644
--- a/src/host/hcd.h
+++ b/src/host/hcd.h
@@ -106,7 +106,7 @@ typedef struct
// Controller API
//--------------------------------------------------------------------+
-// optional hcd configuration, called by tuh_config()
+// optional hcd configuration, called by tuh_configure()
bool hcd_configure(uint8_t rhport, uint32_t cfg_id, const void* cfg_param) TU_ATTR_WEAK;
// Initialize controller to host mode