Skip to content

Commit 4f574bd

Browse files
committed
Update CMakeLists.txt
Fix spurious ")"
1 parent 81705e7 commit 4f574bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/ChibiOS/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ if(NF_FEATURE_HAS_SDCARD OR NF_FEATURE_HAS_USB_MSD)
186186
else()
187187
# FatFS source was specified
188188

189-
message(STATUS "FatFS ${FATFS_VERSION_TAG} source from: ${FATFS_SOURCE})")
189+
message(STATUS "FatFS ${FATFS_VERSION_TAG} source from: ${FATFS_SOURCE}")
190190

191191
FetchContent_Declare(
192192
fatfs
@@ -375,7 +375,7 @@ if(NF_FEATURE_USE_LITTLEFS_OPTION)
375375
else()
376376
# littlefs source was specified
377377

378-
message(STATUS "littlefs ${LITTLEFS_VERSION_TAG} source from: ${LITTLEFS_SOURCE})")
378+
message(STATUS "littlefs ${LITTLEFS_VERSION_TAG} source from: ${LITTLEFS_SOURCE}")
379379

380380
FetchContent_Declare(
381381
littlefs

0 commit comments

Comments
 (0)