Skip to content

Commit 511c0e6

Browse files
committed
Switch to serial_write for just this one print
1 parent c978768 commit 511c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ STATIC bool maybe_run_list(const char *const *filenames, size_t n_filenames) {
299299
if (_current_executing_filename == NULL) {
300300
return false;
301301
}
302-
mp_hal_stdout_tx_str(line_clear);
302+
serial_write(line_clear);
303303
mp_hal_stdout_tx_str(_current_executing_filename);
304304
serial_write_compressed(MP_ERROR_TEXT(" output:\n"));
305305

0 commit comments

Comments
 (0)