Skip to content

Commit 53332f7

Browse files
committed
Fix case for littlefs on linux
comment out smoketests until verified fix found.
1 parent 9203e76 commit 53332f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CMake/binutils.ChibiOS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ macro(nf_add_platform_packages)
8484
# littlefs
8585
if(NF_FEATURE_USE_LITTLEFS_OPTION)
8686
find_package(STM32F7_CubePackage REQUIRED QUIET)
87-
find_package(littlefs REQUIRED QUIET)
87+
find_package(LITTLEFS REQUIRED QUIET)
8888
endif()
8989

9090
if(STM32_CUBE_PACKAGE_REQUIRED)

0 commit comments

Comments
 (0)