Standardise references to Raspberry Pi Pico SDK (#21)

This commit is contained in:
Andrew Scheller
2021-01-30 17:16:32 +00:00
committed by GitHub
parent 3f8bff094d
commit 13f89f6282
4 changed files with 11 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.12)
# Pull in PICO SDK (must be before project)
# Pull in SDK (must be before project)
include(pico_sdk_import.cmake)
project(pico_examples C CXX ASM)