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

@@ -71,7 +71,7 @@ extern "C" {
* \returns true if succeedded
* \note This function is invoked by \ref tusb_init as part of the initialization.
*/
bool hal_init(void);
bool hal_usb_init(void);
/** \brief Enable USB Interrupt on a specific USB Controller
* \param[in] coreid is a zero-based index to identify USB controller's ID