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

@@ -113,7 +113,7 @@ static inline void dwc2_remote_wakeup_delay(void)
}
// Set turn-around timeout according to link speed
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)
{
core->gusbcfg &= ~GUSBCFG_TRDT;