diff options
| author | hathach <[email protected]> | 2024-04-02 16:38:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-02 16:38:40 +0700 |
| commit | 7d3d60f96de3f6e15291c9302463c294e2dc98de (patch) | |
| tree | 9066cd077fd07703326391c46c3e55f165b1db5b /src/host/hcd.h | |
| parent | e802fe0677c901a444e7c9b5d67be2a1f400adee (diff) | |
add hcd_configure() to change max NAK dynamically
Diffstat (limited to 'src/host/hcd.h')
| -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 d5804c608..5547c7cc5 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -125,7 +125,7 @@ bool hcd_dcache_clean_invalidate(void const* addr, uint32_t data_size) TU_ATTR_W //--------------------------------------------------------------------+ // optional hcd configuration, called by tuh_configure() -bool hcd_configure(uint8_t rhport, uint32_t cfg_id, const void* cfg_param) TU_ATTR_WEAK; +bool hcd_configure(uint8_t rhport, uint32_t cfg_id, const void* cfg_param); // Initialize controller to host mode bool hcd_init(uint8_t rhport); |
