summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-09-11 10:10:06 +0700
committerGitHub <[email protected]>2024-09-11 10:10:06 +0700
commit4b107a2b9e49f118b7dd7ec9306c6ba186bb974a (patch)
tree67414869fd56c6e83d86be5a91b55c3b3e6b5a73 /src/device
parent3eea46056ea20aa12b73eea7c01d6c6e5b2d490a (diff)
parent9b4bb61cbd1f95d4272c4bf30e843e3807d932d5 (diff)
Merge pull request #2450 from HiFiPhile/vendor_fifo
Allow vendor class to be used without FIFO.
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" {