File tree 3 files changed +45
-3
lines changed
3 files changed +45
-3
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,27 @@ extern "C" {
66
66
#define CFG_TUD_ENDPOINT0_SIZE 64
67
67
68
68
//------------- CLASS -------------//
69
+ #ifndef CFG_TUD_CDC
69
70
#define CFG_TUD_CDC 1
71
+ #endif
72
+ #ifndef CFG_TUD_MSC
70
73
#define CFG_TUD_MSC 1
74
+ #endif
75
+ #ifndef CFG_TUD_HID
71
76
#define CFG_TUD_HID 2
77
+ #endif
78
+ #ifndef CFG_TUD_MIDI
72
79
#define CFG_TUD_MIDI 1
80
+ #endif
81
+ #ifndef CFG_TUD_VENDOR
73
82
#define CFG_TUD_VENDOR 1
74
- #define CFG_TUD_VIDEO 1 // number of video control interfaces
83
+ #endif
84
+ #ifndef CFG_TUD_VIDEO
85
+ #define CFG_TUD_VIDEO 1 // number of video control interfaces
86
+ #endif
87
+ #ifndef CFG_TUD_VIDEO_STREAMING
75
88
#define CFG_TUD_VIDEO_STREAMING 1 // number of video streaming interfaces
89
+ #endif
76
90
77
91
// video streaming endpoint buffer size
78
92
#define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 256
Original file line number Diff line number Diff line change @@ -81,13 +81,27 @@ extern "C" {
81
81
82
82
#define CFG_TUD_ENDPOINT0_SIZE 64
83
83
84
+ #ifndef CFG_TUD_CDC
84
85
#define CFG_TUD_CDC 1
86
+ #endif
87
+ #ifndef CFG_TUD_MSC
85
88
#define CFG_TUD_MSC 1
89
+ #endif
90
+ #ifndef CFG_TUD_HID
86
91
#define CFG_TUD_HID 2
92
+ #endif
93
+ #ifndef CFG_TUD_MIDI
87
94
#define CFG_TUD_MIDI 1
95
+ #endif
96
+ #ifndef CFG_TUD_VENDOR
88
97
#define CFG_TUD_VENDOR 1
89
- #define CFG_TUD_VIDEO 1 // number of video control interfaces
98
+ #endif
99
+ #ifndef CFG_TUD_VIDEO
100
+ #define CFG_TUD_VIDEO 1 // number of video control interfaces
101
+ #endif
102
+ #ifndef CFG_TUD_VIDEO_STREAMING
90
103
#define CFG_TUD_VIDEO_STREAMING 1 // number of video streaming interfaces
104
+ #endif
91
105
92
106
// video streaming endpoint buffer size
93
107
#define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 256
Original file line number Diff line number Diff line change @@ -67,13 +67,27 @@ extern "C" {
67
67
#define CFG_TUD_ENDPOINT0_SIZE 64
68
68
69
69
//------------- CLASS -------------//
70
+ #ifndef CFG_TUD_CDC
70
71
#define CFG_TUD_CDC 1
72
+ #endif
73
+ #ifndef CFG_TUD_MSC
71
74
#define CFG_TUD_MSC 1
75
+ #endif
76
+ #ifndef CFG_TUD_HID
72
77
#define CFG_TUD_HID 2
78
+ #endif
79
+ #ifndef CFG_TUD_MIDI
73
80
#define CFG_TUD_MIDI 1
81
+ #endif
82
+ #ifndef CFG_TUD_VENDOR
74
83
#define CFG_TUD_VENDOR 1
75
- #define CFG_TUD_VIDEO 1 // number of video control interfaces
84
+ #endif
85
+ #ifndef CFG_TUD_VIDEO
86
+ #define CFG_TUD_VIDEO 1 // number of video control interfaces
87
+ #endif
88
+ #ifndef CFG_TUD_VIDEO_STREAMING
76
89
#define CFG_TUD_VIDEO_STREAMING 1 // number of video streaming interfaces
90
+ #endif
77
91
78
92
// video streaming endpoint buffer size
79
93
#define CFG_TUD_VIDEO_STREAMING_EP_BUFSIZE 256
You can’t perform that action at this time.
0 commit comments