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

@@ -73,6 +73,8 @@ typedef struct {
}usbd_device_info_t;
extern usbd_device_info_t usbd_devices[CONTROLLER_DEVICE_NUMBER];
//--------------------------------------------------------------------+
// callback from DCD ISR
//--------------------------------------------------------------------+