We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30276d5 commit b04726cCopy full SHA for b04726c
app/dfu/STM32_USB_Device_Library/Class/DFU/Src/usbd_dfu.cpp
@@ -305,7 +305,7 @@ __ALIGN_BEGIN static uint8_t USBD_DFU_CfgDesc[USB_DFU_CONFIG_DESC_SIZ] __ALIGN_E
305
0x83, // bEndpointAddress
306
0x03, // bmAttributes: Interrupt
307
8, // wMaxPacketSize:
308
- 8,
+ 0,
309
0x9, // bInterval: polling interval in frames of 1ms
310
311
//--------------------------------------------------------------------------
0 commit comments