summaryrefslogtreecommitdiff
path: root/examples/device/audio_test
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-04-03 09:50:08 +0200
committerReinhard Panhuber <[email protected]>2021-04-03 09:50:08 +0200
commita1efd416491fd2deecea46cd466e31b4a02b9734 (patch)
treedfda074b32926050da8460d79b36c34e2e696d42 /examples/device/audio_test
parent9b2ddd9cc6401b80350179d26e842557f9b60aaf (diff)
parentab4d30fd6bca02c73eb9b4ff82db0b2b0f403344 (diff)
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Diffstat (limited to 'examples/device/audio_test')
-rw-r--r--examples/device/audio_test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/audio_test/CMakeLists.txt b/examples/device/audio_test/CMakeLists.txt
index 7038dd041..03f2439e2 100644
--- a/examples/device/audio_test/CMakeLists.txt
+++ b/examples/device/audio_test/CMakeLists.txt
@@ -9,10 +9,11 @@ get_filename_component(TOP "${TOP}" REALPATH)
# Check for -DFAMILY=
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)
+
project(${PROJECT})
- pico_sdk_init()
add_executable(${PROJECT})
include(${TOP}/hw/bsp/${FAMILY}/family.cmake)