summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-04-15 12:12:52 +0700
committerhathach <[email protected]>2021-04-15 12:12:52 +0700
commitb687a4fc20742d4ce3b2d1183e68a93542d8c825 (patch)
tree06bab46aaccaa9f949ca43fa126a0feed293c889 /examples/host
parent3c84776e0ac926cedfcbda4a3ecf72e2a7c1cde8 (diff)
parent8411f5b5c9269da4767c645597ba12ac1a040ac7 (diff)
Merge branch 'master' into edpt_ISO_xfer
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/cdc_msc_hid/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/host/cdc_msc_hid/CMakeLists.txt b/examples/host/cdc_msc_hid/CMakeLists.txt
index 7413e4087..30b6c713e 100644
--- a/examples/host/cdc_msc_hid/CMakeLists.txt
+++ b/examples/host/cdc_msc_hid/CMakeLists.txt
@@ -15,9 +15,7 @@ if(FAMILY STREQUAL "esp32s2")
elseif(FAMILY STREQUAL "rp2040")
cmake_minimum_required(VERSION 3.12)
- set(PICO_SDK_PATH ${TOP}/hw/mcu/raspberrypi/pico-sdk)
- include(${PICO_SDK_PATH}/pico_sdk_init.cmake)
-
+ include(${TOP}/hw/bsp/${FAMILY}/pico_sdk_import.cmake)
project(${PROJECT})
add_executable(${PROJECT})