diff options
Diffstat (limited to 'docs/reference/mpremote.rst')
-rw-r--r-- | docs/reference/mpremote.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/mpremote.rst b/docs/reference/mpremote.rst index b47ec76c98..d4c6983595 100644 --- a/docs/reference/mpremote.rst +++ b/docs/reference/mpremote.rst @@ -547,9 +547,9 @@ device at ``/dev/ttyACM1``, printing each result. mpremote resume exec "print_state_info()" soft-reset -Connect to the device without triggering a soft reset and execute the -``print_state_info()`` function (e.g. to find out information about the current -program state), then trigger a soft reset. +Connect to the device without triggering a :ref:`soft reset <soft_reset>` and +execute the ``print_state_info()`` function (e.g. to find out information about +the current program state), then trigger a soft reset. .. code-block:: bash |