diff options
| author | Ha Thach <[email protected]> | 2023-06-14 16:47:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-14 16:47:20 +0700 |
| commit | 4e61eb6d9e07aca78d83f039d5cefccd7412c4a5 (patch) | |
| tree | 086089450c184c0f5c299b6320eaab43d5478ca0 /src/tusb.h | |
| parent | 365c4169a5c996ff5dfd0329e2c9c85baf47c3e3 (diff) | |
| parent | 31a66eb5bcd09ee62d3a28069ae6a5e7d6e2ec08 (diff) | |
Merge pull request #2109 from hathach/typec-rename
Typec rename
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb.h b/src/tusb.h index 0b87b1969..37a521fa8 100644 --- a/src/tusb.h +++ b/src/tusb.h @@ -42,7 +42,7 @@ //------------- TypeC -------------// #if CFG_TUC_ENABLED - #include "typec/utcd.h" + #include "typec/usbc.h" #endif //------------- HOST -------------// |
