summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-19 00:43:31 +0700
committerhathach <[email protected]>2022-03-19 00:43:31 +0700
commit4795cca04ac60d58fbc78d554cd7af7039cd310a (patch)
treecd2ebf85439a5ab1634a3a72392ed8da8b8db119 /src/tusb.h
parentba1185bf28331da718cca38e6598361889fce54d (diff)
add parse config descriptor to example
move usbh_edpt_open() to public API, remove rhport from its signature
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h
index 222855fcb..b776d7d01 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -38,6 +38,8 @@
#include "osal/osal.h"
#include "common/tusb_fifo.h"
+#include "class/hid/hid.h"
+
//------------- HOST -------------//
#if CFG_TUH_ENABLED
#include "host/usbh.h"