We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb08dc commit e1054efCopy full SHA for e1054ef
main.c
@@ -300,7 +300,7 @@ STATIC bool maybe_run_list(const char *const *filenames, size_t n_filenames) {
300
return false;
301
}
302
303
- // This function is used for `boot.py` and is then logged into `boot_out.txt`.
+ // This function is used for `boot.py` and is thus logged to `boot_out.txt`.
304
// We do not want the line clear to be logged.
305
// The function `serial_write` is the only function that isn't logged into the file.
306
serial_write(line_clear);
0 commit comments