diff options
| author | hathach <[email protected]> | 2013-02-04 12:29:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-04 12:29:50 +0700 |
| commit | 5ec56120e678672c9da1953ad1890ecfa7bdb773 (patch) | |
| tree | fa89b552b30eb0facba6774c817e39a3fe474e28 /tinyusb/tusb.h | |
| parent | 5f8839fff8ff12bbf172b5fb9a984867a0d1d8da (diff) | |
rename usbd_host to usbh
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index 73a49b69d..a29b36d60 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -51,7 +51,7 @@ #include "common/common.h" #ifdef TUSB_CFG_HOST - #include "host/usbd_host.h" + #include "host/usbh.h" #ifdef HOST_CLASS_HID #include "class/hid_host.h" |
