Skip to content

Commit 3e8cf0d

Browse files
committed
Revert "Switch to another func for the output text"
This reverts commit dcb08dc.
1 parent e1054ef commit 3e8cf0d

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
@@ -305,7 +305,7 @@ STATIC bool maybe_run_list(const char *const *filenames, size_t n_filenames) {
305305
// The function `serial_write` is the only function that isn't logged into the file.
306306
serial_write(line_clear);
307307
mp_hal_stdout_tx_str(_current_executing_filename);
308-
mp_hal_stdout_tx_str(" output:\n");
308+
serial_write_compressed(MP_ERROR_TEXT(" output:\n"));
309309

310310
#if CIRCUITPY_STATUS_BAR
311311
supervisor_status_bar_update();

0 commit comments

Comments
 (0)