diff options
| author | hathach <[email protected]> | 2023-06-14 11:07:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-14 11:07:58 +0700 |
| commit | 05969d2a58d426e5948df5dc0479e2ad8dfd02a9 (patch) | |
| tree | 13d7092cce3cb8ba78f012061e345d30a1be3f70 /src/CMakeLists.txt | |
| parent | a88d7c7c7472b07f641772bff45e7804584f9ccd (diff) | |
rename typec driver
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
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} |
