From 7b91b2eba1299aa6be86f6237ca72e0a1ebbfe03 Mon Sep 17 00:00:00 2001 From: eleccoder <9162301+eleccoder@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:22:40 +0100 Subject: [PATCH] Comments corrected --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e10aed..c8e62d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) -include(cmake/pico_sdk_import.cmake) # File copied from $PICO_SDK_PATH/pico-sdk/external -include(cmake/pico_extras_import.cmake) # File copied from $PICO_SDK_PATH/pico-extras/external +include(cmake/pico_sdk_import.cmake) # File copied from $PICO_SDK_PATH/external +include(cmake/pico_extras_import.cmake) # File copied from $PICO_SDK_PATH/../pico-extras/external project(raspi-pico-aprs-tnc VERSION 0.1)