From ded139bd3c3c06ba3641b9cb98f5b68fa4243e67 Mon Sep 17 00:00:00 2001 From: eleccoder <9162301+eleccoder@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:02:22 +0100 Subject: [PATCH] C++ content removed --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed18656..cdca73a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,6 @@ include(cmake/pico_extras_import.cmake) # File copied from $PICO_SDK_PATH/../pic project(raspi-pico-aprs-tnc VERSION 0.1) set(CMAKE_C_STANDARD 11) -set(CMAKE_CXX_STANDARD 17) pico_sdk_init()