diff options
author | Mike Causer <mcauser@gmail.com> | 2017-12-03 22:42:50 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-02-12 15:18:33 +1100 |
commit | 812969d615e130bef7e525553dbb7b01c27191ea (patch) | |
tree | 36ce525c5dacb1e3d2e5b8e1120be2817439384e /docs/pyboard/tutorial | |
parent | d976e4f5e805ae7678dac9553846b738f80ba79e (diff) |
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".
Diffstat (limited to 'docs/pyboard/tutorial')
-rw-r--r-- | docs/pyboard/tutorial/repl.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pyboard/tutorial/repl.rst b/docs/pyboard/tutorial/repl.rst index 646ecbc23..3853b1578 100644 --- a/docs/pyboard/tutorial/repl.rst +++ b/docs/pyboard/tutorial/repl.rst @@ -96,8 +96,8 @@ If something goes wrong, you can reset the board in two ways. The first is to pr at the MicroPython prompt, which performs a soft reset. You will see a message something like :: >>> - PYB: sync filesystems - PYB: soft reboot + MPY: sync filesystems + MPY: soft reboot Micro Python v1.0 on 2014-05-03; PYBv1.0 with STM32F405RG Type "help()" for more information. >>> |