diff options
Diffstat (limited to 'src/portable/template/hcd_template.c')
| -rw-r--r-- | src/portable/template/hcd_template.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/portable/template/hcd_template.c b/src/portable/template/hcd_template.c index b073d6057..d8bca196f 100644 --- a/src/portable/template/hcd_template.c +++ b/src/portable/template/hcd_template.c @@ -44,9 +44,9 @@ 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) { +bool hcd_init(uint8_t rhport, const tusb_rhport_init_t* rh_init) { (void) rhport; - + (void) rh_init; return false; } |
