Skip to content

Commit 3a9e439

Browse files
committed
update placeholder.txt contents based on review comment
1 parent 62aa88f commit 3a9e439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

supervisor/shared/filesystem.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +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-
"This placeholder file allows mounting an SD card at /sd\n");
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");
149150
#endif
150151
#endif
151152

0 commit comments

Comments
 (0)