more rename

This commit is contained in:
hathach
2021-10-26 11:11:46 +07:00
parent 7369d2441d
commit 8df078dc9e
5 changed files with 97 additions and 106 deletions

View File

@@ -67,7 +67,7 @@ static inline void dwc2_remote_wakeup_delay(void)
vTaskDelay(pdMS_TO_TICKS(1));
}
static inline void dwc2_set_turnaround(dwc2_core_t * core, tusb_speed_t speed)
static inline void dwc2_set_turnaround(dwc2_regs_t * core, tusb_speed_t speed)
{
(void) core;
(void) speed;