File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ bool start_mp(void) {
246
246
bool cdc_enabled_before = false;
247
247
uint32_t pattern_start = ticks_ms ;
248
248
249
- printf ("result code %d %d.\r\n" , result .return_code , result .exception_line );
250
249
uint32_t total_exception_cycle = 0 ;
251
250
uint8_t ones = result .exception_line % 10 ;
252
251
ones += ones > 0 ? 1 : 0 ;
@@ -284,7 +283,6 @@ bool start_mp(void) {
284
283
if (cdc_enabled_at_start ) {
285
284
mp_hal_stdout_tx_str ("\r\n\r\n" );
286
285
} else {
287
- printf ("result code %d %d.\r\n" , result .return_code , result .exception_line );
288
286
mp_hal_stdout_tx_str ("Auto-soft reset is on. Simply save files over USB to run them.\r\n" );
289
287
}
290
288
mp_hal_stdout_tx_str ("Press any key to enter the REPL and disable auto-reset. Use CTRL-D to soft reset.\r\n" );
You can’t perform that action at this time.
0 commit comments