We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc214fb commit 224e245Copy full SHA for 224e245
1 file changed
main.c
@@ -311,7 +311,7 @@ int __attribute__((used)) main(void) {
311
filesystem_writable_by_python(true);
312
f_open(fs, boot_output_file, CIRCUITPY_BOOT_OUTPUT_FILE, FA_WRITE | FA_CREATE_ALWAYS);
313
314
- // Switch the filesystem back to non-writable now instead of later,
+ // Switch the filesystem back to non-writable by Python now instead of later,
315
// since boot.py might change it back to writable.
316
filesystem_writable_by_python(false);
317
0 commit comments