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/device/usbd_dcd.h | |
| parent | bc9274591fe4b1b21cbe85aa9a4ebf4e8d2723e9 (diff) | |
rename hal_init() to hal_usb_init()
Diffstat (limited to 'tinyusb/device/usbd_dcd.h')
| -rw-r--r-- | tinyusb/device/usbd_dcd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/device/usbd_dcd.h b/tinyusb/device/usbd_dcd.h index f6b085cfe..a82da8399 100644 --- a/tinyusb/device/usbd_dcd.h +++ b/tinyusb/device/usbd_dcd.h @@ -73,6 +73,8 @@ typedef struct { }usbd_device_info_t;
extern usbd_device_info_t usbd_devices[CONTROLLER_DEVICE_NUMBER];
+
+
//--------------------------------------------------------------------+
// callback from DCD ISR
//--------------------------------------------------------------------+
|
