diff options
| author | hathach <[email protected]> | 2018-06-16 12:30:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-06-16 12:32:07 +0700 |
| commit | 5692b84ddf3326a3cde48b09f7123cd5ec0e93cc (patch) | |
| tree | d5cb6098281e9a0be3a719da797d3f07d1860611 /tinyusb/tusb.h | |
| parent | 2b85a8fd460dd75cc12b11c9de137bf33f910cc7 (diff) | |
adding device custom class support
add usbd_open_edpt_pair
Diffstat (limited to 'tinyusb/tusb.h')
| -rw-r--r-- | tinyusb/tusb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h index c74fb2e6d..464fbb12a 100644 --- a/tinyusb/tusb.h +++ b/tinyusb/tusb.h @@ -87,6 +87,10 @@ #if CFG_TUD_MSC
#include "class/msc/msc_device.h"
#endif
+
+ #if CFG_TUD_CUSTOM_CLASS
+ #include "class/custom/custom_device.h"
+ #endif
#endif
|
