mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
update cmakelist for audio_4_channel
This commit is contained in:
parent
b687a4fc20
commit
2e65d1543f
@ -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})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user