Skip to content

Commit 0ccc6fc

Browse files
committed
FILESYSTEM: renamed features/TESTS/fs-fat features/TESTS/filesystem.
1 parent ab63f5a commit 0ccc6fc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tools/paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
UBLOX_LIBRARY = join(NET_LIBRARIES, "UbloxUSBModem")
8080

8181
# FS
82-
FS_PATH = join(LIB_DIR, "filesystem")
82+
FS_PATH = join(FEATURES_DIR, "filesystem")
8383
FAT_FS = join(FS_PATH, "fat")
8484
SD_FS = join(FS_PATH, "sd")
8585
FS_LIBRARY = join(BUILD_DIR, "fat")

0 commit comments

Comments
 (0)