summaryrefslogtreecommitdiff
path: root/tinyusb/tusb.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-04 12:29:50 +0700
committerhathach <[email protected]>2013-02-04 12:29:50 +0700
commit5ec56120e678672c9da1953ad1890ecfa7bdb773 (patch)
treefa89b552b30eb0facba6774c817e39a3fe474e28 /tinyusb/tusb.h
parent5f8839fff8ff12bbf172b5fb9a984867a0d1d8da (diff)
rename usbd_host to usbh
Diffstat (limited to 'tinyusb/tusb.h')
-rw-r--r--tinyusb/tusb.h2
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"