diff options
| author | hathach <[email protected]> | 2018-03-02 21:41:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-02 21:41:38 +0700 |
| commit | 381caaff1c90c2e73ccd30edd64473d02bb09604 (patch) | |
| tree | 27454f1a2ed0a9b7c334729c778b315829fa243b /tinyusb/tusb_hal.h | |
| parent | bc9274591fe4b1b21cbe85aa9a4ebf4e8d2723e9 (diff) | |
rename hal_init() to hal_usb_init()
Diffstat (limited to 'tinyusb/tusb_hal.h')
| -rw-r--r-- | tinyusb/tusb_hal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/tusb_hal.h b/tinyusb/tusb_hal.h index a99c58ccd..2128702f3 100644 --- a/tinyusb/tusb_hal.h +++ b/tinyusb/tusb_hal.h @@ -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
|
