From 0a18d10b1e62dfa71f9efe7976e1e8303ce2339d Mon Sep 17 00:00:00 2001 From: eleccoder <9162301+eleccoder@users.noreply.github.com> Date: Tue, 31 Aug 2021 12:50:10 +0200 Subject: [PATCH] Comment only --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06bfaf9..2e10aed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ set(CMAKE_CXX_STANDARD 17) pico_sdk_init() -# (1) Setup of eleccoder's 'ax25-aprs-lib' +# (1) Setup of eleccoder's version of Philip Heron's 'ax25beacon' project include(FetchContent) FetchContent_Declare(ax25_aprs_lib