summaryrefslogtreecommitdiff
path: root/src/host/usbh_classdriver.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-22 00:34:35 +0700
committerhathach <[email protected]>2022-12-22 08:52:01 +0700
commit8323e4b79a2052aee814ca8811e841bceb6a7a7d (patch)
treea0a7ac448d2ff4ffcd88cffb83dc2628cd43f5e3 /src/host/usbh_classdriver.h
parent9e8ea44925e80abd7189ed7a673762527ee3adfd (diff)
moving edpt_stream API into common tusb.c
Diffstat (limited to 'src/host/usbh_classdriver.h')
-rw-r--r--src/host/usbh_classdriver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/usbh_classdriver.h b/src/host/usbh_classdriver.h
index 7f72560c3..be9811641 100644
--- a/src/host/usbh_classdriver.h
+++ b/src/host/usbh_classdriver.h
@@ -29,6 +29,7 @@
#include "osal/osal.h"
#include "common/tusb_fifo.h"
+#include "common/tusb_private.h"
#ifdef __cplusplus
extern "C" {