We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7173477 commit b6d4e06Copy full SHA for b6d4e06
1 file changed
ext/hathach/tusb_descriptors.c.in
@@ -35,7 +35,7 @@
35
#define _PID_MAP(itf, n) ((CFG_TUD_##itf) << (n))
36
#define USB_PID \
37
(0x4000 | _PID_MAP(CDC, 0) | _PID_MAP(MSC, 2) | _PID_MAP(HID, 3) | \
38
- _PID_MAP(MIDI, 4) | _PID_MAP(AUDIO, 5) | _PID_MAP(VENDOR, 6))
+ _PID_MAP(MIDI, 4) | _PID_MAP(AUDIO, 5) | _PID_MAP(VENDOR, 6) | _PID_MAP(DFU_RUNTIME, 7))
39
40
//--------------------------------------------------------------------+
41
// Device Descriptors
0 commit comments