diff options
| author | hathach <[email protected]> | 2020-04-01 22:55:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-01 22:55:26 +0700 |
| commit | f8422b5a48fc812edf41413827d31ebcc956fb53 (patch) | |
| tree | 7b1fdc808779e8e1bf5bb9caa2c7b634be1bfe73 | |
| parent | 1c0d7a3577d6555aafbbc00fd83b858f839a5426 (diff) | |
rename project to cdc_msc_freertos
| -rw-r--r-- | examples/device/cdc_msc_freertos/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_freertos/CMakeLists.txt b/examples/device/cdc_msc_freertos/CMakeLists.txt index 6afab304f..f2e711944 100644 --- a/examples/device/cdc_msc_freertos/CMakeLists.txt +++ b/examples/device/cdc_msc_freertos/CMakeLists.txt @@ -7,4 +7,4 @@ set(EXTRA_COMPONENT_DIRS "src") include($ENV{IDF_PATH}/tools/cmake/project.cmake) -project(blink) +project(cdc_msc_freertos) |
