refactor(PICO_SDK_PATH):

Removed PICO_SDK_PATH from CMakeLists.txt
This commit is contained in:
Devoalda 2023-09-06 09:30:23 +08:00
parent 620596cd6f
commit e6665c2195
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ cmake_minimum_required(VERSION 3.13)
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
# Initialise pico_sdk from installed location
# (note this can come from environment, CMake cache etc)
set(PICO_SDK_PATH "/home/junwei/Documents/pico/pico-sdk")
set(PICO_BOARD pico CACHE STRING "Board type")
# Pull in Raspberry Pi Pico SDK (must be before project)