summaryrefslogtreecommitdiff
path: root/tinyusb/class
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/class
parent5f8839fff8ff12bbf172b5fb9a984867a0d1d8da (diff)
rename usbd_host to usbh
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/hid_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid_host.h
index b41bafb15..4ef003868 100644
--- a/tinyusb/class/hid_host.h
+++ b/tinyusb/class/hid_host.h
@@ -55,7 +55,7 @@
extern "C" {
#endif
-#include "host/usbd_host.h"
+#include "host/usbh.h"
#include "hid.h"
//--------------------------------------------------------------------+