summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-01 14:44:38 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-01 14:50:03 -0700
commit4f1abf2b9472a47da65d117f72dcdffca65b888e (patch)
tree79ffbb27d39cf1a6b27cd0b617f5b34ef87b1ee6
parentf929205572e1d56fa3719b426b45aafded58e86a (diff)
CMakeLists.txt: Fix whitespace
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f13226b..386b13c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 3.30)
if (NOT PICO_PLATFORM)
- message(FATAL_ERROR "PICO_PLATFORM must be specified; use the GNUmakefile to set this")
+ message(FATAL_ERROR "PICO_PLATFORM must be specified; use the GNUmakefile to set this")
endif()
set(PICO_SDK_PATH "${CMAKE_SOURCE_DIR}/3rd-party/pico-sdk")
@@ -32,7 +32,7 @@ if ("-DNDEBUG" IN_LIST _build_type_flags)
endif()
function(_suppress_tinyusb_warnings)
- __suppress_tinyusb_warnings()
+ __suppress_tinyusb_warnings()
set_source_files_properties(
${PICO_TINYUSB_PATH}/src/device/usbd.c
PROPERTIES