File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,10 @@ extern "C" {
115
115
#define USBD_DEBUG_LEVEL 0U
116
116
#endif /* USBD_DEBUG_LEVEL */
117
117
118
+ #ifndef USBD_USER_REGISTER_CALLBACK
119
+ #define USBD_USER_REGISTER_CALLBACK 0U
120
+ #endif /* USBD_USER_REGISTER_CALLBACK */
121
+
118
122
/* ECM, RNDIS, DFU Class Config */
119
123
#ifndef USBD_SUPPORT_USER_STRING_DESC
120
124
#define USBD_SUPPORT_USER_STRING_DESC 0U
@@ -144,6 +148,12 @@ extern "C" {
144
148
#endif /* USBD_CDC_INTERVAL */
145
149
146
150
/* DFU Class Config */
151
+ #ifndef USBD_DFU_VENDOR_CMD_ENABLED
152
+ #define USBD_DFU_VENDOR_CMD_ENABLED 0U
153
+ #endif /* USBD_DFU_VENDOR_CMD_ENABLED */
154
+ #ifndef USBD_DFU_VENDOR_EXIT_ENABLED
155
+ #define USBD_DFU_VENDOR_EXIT_ENABLED 1U
156
+ #endif /* USBD_DFU_VENDOR_EXIT_ENABLED */
147
157
#ifndef USBD_DFU_MAX_ITF_NUM
148
158
#define USBD_DFU_MAX_ITF_NUM 1U
149
159
#endif /* USBD_DFU_MAX_ITF_NUM */
You can’t perform that action at this time.
0 commit comments