Skip to content

Commit 221af87

Browse files
authored
Update placeholder text
1 parent 1bca2e7 commit 221af87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supervisor/shared/filesystem.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ bool filesystem_init(bool create_allowed, bool force_create) {
145145
res = f_mkdir(&vfs_fat->fatfs, "/sd");
146146
#if CIRCUITPY_FULL_BUILD
147147
MAKE_FILE_WITH_OPTIONAL_CONTENTS(&vfs_fat->fatfs, "/sd/placeholder.txt",
148-
"SD cards are mounted at /sd and will shadow this file from Python."
149-
" USB will not see the SD card contents here.\n");
148+
"SD cards mounted at /sd will hide this file from Python."
149+
" SD cards are not visible via USB CIRCUITPY.\n");
150150
#endif
151151
#endif
152152

0 commit comments

Comments
 (0)