diff options
Diffstat (limited to 'ports/esp32/main.c')
-rw-r--r-- | ports/esp32/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32/main.c b/ports/esp32/main.c index a304dcbcc..188fb5e70 100644 --- a/ports/esp32/main.c +++ b/ports/esp32/main.c @@ -138,7 +138,7 @@ soft_reset: gc_sweep_all(); - mp_hal_stdout_tx_str("PYB: soft reboot\r\n"); + mp_hal_stdout_tx_str("MPY: soft reboot\r\n"); // deinitialise peripherals machine_pins_deinit(); |