summaryrefslogtreecommitdiff
path: root/examples/device/midi_test
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-04-11 13:37:07 +0700
committerhathach <[email protected]>2021-04-11 13:37:07 +0700
commitc8bb0020ea186dab093cd7adf4c694d89657e1cd (patch)
tree21400887c43e6590d229e4c386936fba048aa32f /examples/device/midi_test
parentbebc910447bc4208977f2cc055db306713f48030 (diff)
update rp2040 to use pico-sdk externally
also try to update ci
Diffstat (limited to 'examples/device/midi_test')
-rw-r--r--examples/device/midi_test/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/device/midi_test/CMakeLists.txt b/examples/device/midi_test/CMakeLists.txt
index 5de4a932d..d59d2e9a1 100644
--- a/examples/device/midi_test/CMakeLists.txt
+++ b/examples/device/midi_test/CMakeLists.txt
@@ -10,9 +10,7 @@ get_filename_component(TOP "${TOP}" REALPATH)
if(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})