We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f574bd commit a15def3Copy full SHA for a15def3
targets/ChibiOS/CMakeLists.txt
@@ -186,7 +186,7 @@ if(NF_FEATURE_HAS_SDCARD OR NF_FEATURE_HAS_USB_MSD)
186
else()
187
# FatFS source was specified
188
189
- message(STATUS "FatFS ${FATFS_VERSION_TAG} source from: ${FATFS_SOURCE}")
+ message(STATUS "FatFS ${FATFS_VERSION_TAG} (source from: ${FATFS_SOURCE})")
190
191
FetchContent_Declare(
192
fatfs
@@ -375,7 +375,7 @@ if(NF_FEATURE_USE_LITTLEFS_OPTION)
375
376
# littlefs source was specified
377
378
- message(STATUS "littlefs ${LITTLEFS_VERSION_TAG} source from: ${LITTLEFS_SOURCE}")
+ message(STATUS "littlefs ${LITTLEFS_VERSION_TAG} (source from: ${LITTLEFS_SOURCE})")
379
380
381
littlefs
0 commit comments