summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-14 11:07:58 +0700
committerhathach <[email protected]>2023-06-14 11:07:58 +0700
commit05969d2a58d426e5948df5dc0479e2ad8dfd02a9 (patch)
tree13d7092cce3cb8ba78f012061e345d30a1be3f70 /src/CMakeLists.txt
parenta88d7c7c7472b07f641772bff45e7804584f9ccd (diff)
rename typec driver
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ce4486ecd..b99c7be6e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -33,7 +33,7 @@ function(add_tinyusb TARGET)
${CMAKE_CURRENT_FUNCTION_LIST_DIR}/class/msc/msc_host.c
${CMAKE_CURRENT_FUNCTION_LIST_DIR}/class/vendor/vendor_host.c
# typec
- ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/typec/utcd.c
+ ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/typec/usbc.c
)
target_include_directories(${TARGET} PUBLIC
${CMAKE_CURRENT_FUNCTION_LIST_DIR}