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

View File

@@ -53,7 +53,7 @@ void hal_usb_int_disable(uint8_t coreid)
NVIC_DisableIRQ(USB_IRQn);
}
bool hal_init(void)
bool hal_usb_init(void)
{
// TODO remove magic number
/* Enable AHB clock to the USB block and USB RAM. */