From 812969d615e130bef7e525553dbb7b01c27191ea Mon Sep 17 00:00:00 2001 From: Mike Causer Date: Sun, 3 Dec 2017 22:42:50 +1100 Subject: all: Change PYB message prefix to MPY. Replaces "PYB: soft reboot" with "MPY: soft reboot", etc. Having a consistent prefix across ports reduces the difference between ports, which is a general goal. And this change won't break pyboard.py because that tool only looks for "soft reboot". --- lib/utils/pyexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils/pyexec.c') diff --git a/lib/utils/pyexec.c b/lib/utils/pyexec.c index b7174c9a1..f4e6856e5 100644 --- a/lib/utils/pyexec.c +++ b/lib/utils/pyexec.c @@ -450,7 +450,7 @@ friendly_repl_reset: // do the user a favor and reenable interrupts. if (query_irq() == IRQ_STATE_DISABLED) { enable_irq(IRQ_STATE_ENABLED); - mp_hal_stdout_tx_str("PYB: enabling IRQs\r\n"); + mp_hal_stdout_tx_str("MPY: enabling IRQs\r\n"); } } #endif -- cgit v1.2.3