diff options
| author | hathach <[email protected]> | 2023-02-22 22:14:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-02-22 22:14:50 +0700 |
| commit | 1466afafeb927621f9cbb6efd2a0d7e4b6cf8d41 (patch) | |
| tree | 7fb9b6a1e67b0da37da027c04314f81ae29336d6 /src/host | |
| parent | 4c846af53e993d635e6fff7e2611a554b55fc441 (diff) | |
move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virt
also add place holder for tusb_app_dcache_flush() and
tusb_app_dcache_invalidate()
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/hcd.h | 2 |
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 |
