Skip to content

Commit b6d4e06

Browse files
committed
[tinyusb] Add DFU runtime to PID
1 parent 7173477 commit b6d4e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/hathach/tusb_descriptors.c.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define _PID_MAP(itf, n) ((CFG_TUD_##itf) << (n))
3636
#define USB_PID \
3737
(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))
38+
_PID_MAP(MIDI, 4) | _PID_MAP(AUDIO, 5) | _PID_MAP(VENDOR, 6) | _PID_MAP(DFU_RUNTIME, 7))
3939

4040
//--------------------------------------------------------------------+
4141
// Device Descriptors

0 commit comments

Comments
 (0)