diff options
| author | Ha Thach <[email protected]> | 2024-09-11 10:10:06 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-11 10:10:06 +0700 |
| commit | 4b107a2b9e49f118b7dd7ec9306c6ba186bb974a (patch) | |
| tree | 67414869fd56c6e83d86be5a91b55c3b3e6b5a73 /src/device | |
| parent | 3eea46056ea20aa12b73eea7c01d6c6e5b2d490a (diff) | |
| parent | 9b4bb61cbd1f95d4272c4bf30e843e3807d932d5 (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.h | 1 |
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" { |
