diff options
| author | hathach <[email protected]> | 2023-06-07 15:10:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-07 15:10:40 +0700 |
| commit | b893f1d5417adf8cf874d6b2e7946582ca37982a (patch) | |
| tree | 364f79c021a28efe2749c38c6f32fa952ea2fd2e /src/tusb.h | |
| parent | 914e82b25dea1a7ec63ea4160a2e6ebb5e59a5db (diff) | |
inital support for usb typec and pd example
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h index b776d7d01..0b87b1969 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -40,6 +40,11 @@ #include "class/hid/hid.h" +//------------- TypeC -------------// +#if CFG_TUC_ENABLED + #include "typec/utcd.h" +#endif + //------------- HOST -------------// #if CFG_TUH_ENABLED #include "host/usbh.h" |
