1 parent 781633c commit 18c1210Copy full SHA for 18c1210
1 file changed
atmel-samd/main.c
@@ -246,7 +246,6 @@ bool start_mp(void) {
246
bool cdc_enabled_before = false;
247
uint32_t pattern_start = ticks_ms;
248
249
- printf("result code %d %d.\r\n", result.return_code, result.exception_line);
250
uint32_t total_exception_cycle = 0;
251
uint8_t ones = result.exception_line % 10;
252
ones += ones > 0 ? 1 : 0;
@@ -284,7 +283,6 @@ bool start_mp(void) {
284
283
if (cdc_enabled_at_start) {
285
mp_hal_stdout_tx_str("\r\n\r\n");
286
} else {
287
288
mp_hal_stdout_tx_str("Auto-soft reset is on. Simply save files over USB to run them.\r\n");
289
}
290
mp_hal_stdout_tx_str("Press any key to enter the REPL and disable auto-reset. Use CTRL-D to soft reset.\r\n");
0 commit comments