summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-09-10 10:44:22 +0700
committerhathach <[email protected]>2024-09-10 10:44:22 +0700
commit867f17acea98fda04fa0bf8e871f61e57044f030 (patch)
tree413b6c8fb3f690339be4ac311e46ef1fd88ae84f /src/device
parent72ee3b4f48a235aedd53513b5b6db5132a0c093a (diff)
change vendor device to use edpt stream API
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd_pvt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/usbd_pvt.h b/src/device/usbd_pvt.h
index 335d46cd8..90f37db3e 100644
--- a/src/device/usbd_pvt.h
+++ b/src/device/usbd_pvt.h
@@ -28,6 +28,7 @@
#include "osal/osal.h"
#include "common/tusb_fifo.h"
+#include "common/tusb_private.h"
#ifdef __cplusplus
extern "C" {