Add descriptor for a bulk endpoint as a streaming endpoint

This commit is contained in:
kkitayam
2023-03-13 22:51:21 +09:00
parent e508831561
commit 389babf20b
3 changed files with 64 additions and 0 deletions

View File

@@ -100,6 +100,9 @@
// video streaming endpoint size
#define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 256
// use bulk endpoint for streaming interface
#define CFG_TUD_VIDEO_STREAMING_BULK 0
#ifdef __cplusplus
}
#endif