summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface
diff options
context:
space:
mode:
authorJean Gressmann <[email protected]>2021-03-21 09:53:57 +0100
committerJean Gressmann <[email protected]>2021-03-21 09:53:57 +0100
commit8e6f298aa163fe92547e4b8a207c71e7edf2ab26 (patch)
tree0967a5d9629326ac3300450c50f8062c82247df9 /examples/device/hid_multiple_interface
parent1f9b7b0c4832a2d740bbfe9b437065ea3d24407a (diff)
parent42681edaf31ad18fbab6a8b9d581092ae16d841d (diff)
Merge upstream TinyUSB master
Diffstat (limited to 'examples/device/hid_multiple_interface')
-rw-r--r--examples/device/hid_multiple_interface/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/device/hid_multiple_interface/CMakeLists.txt b/examples/device/hid_multiple_interface/CMakeLists.txt
index 5e3ec0909..5de4a932d 100644
--- a/examples/device/hid_multiple_interface/CMakeLists.txt
+++ b/examples/device/hid_multiple_interface/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)