rename hal_init() to hal_usb_init()

This commit is contained in:
hathach
2018-03-02 21:41:38 +07:00
parent bc9274591f
commit 381caaff1c
9 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ static void hal_controller_reset(uint8_t coreid)
// return timeout_expired(&timeout) ? TUSB_ERROR_OSAL_TIMEOUT : TUSB_ERROR_NONE;
}
bool hal_init(void)
bool hal_usb_init(void)
{
LPC_CREG->CREG0 &= ~(1<<5); /* Turn on the phy */