diff options
| author | hathach <[email protected]> | 2023-04-27 11:08:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-04-27 11:08:42 +0700 |
| commit | 293a6222f81ac1085f8b34730f1907f899ce17cf (patch) | |
| tree | 917425970b19ee376b90b5c3456adc23cfcfda14 /examples | |
| parent | cf95b4400167f6e523d8e5d1762a78744f63e2a9 (diff) | |
rename ftdi_host to ftdi_sio
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/cdc_msc_hid/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/CMakeLists.txt b/examples/host/cdc_msc_hid/CMakeLists.txt index d7d1a54d7..b66ff2382 100644 --- a/examples/host/cdc_msc_hid/CMakeLists.txt +++ b/examples/host/cdc_msc_hid/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.17) include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) |
