Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions teensy4/usb_desc.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
#define MSB(n) (((n) >> 8) & 255)

#ifdef CDC_IAD_DESCRIPTOR
// DEVICE_CLASS=0xEF, DEVICE_SUBCLASS=0x02 & DEVICE_PROTOCOL=0x01 means composite device with IAD
#ifndef DEVICE_CLASS
#define DEVICE_CLASS 0xEF
#endif
Expand Down