Skip to content

Commit

Permalink
pw_emu: Use code-block instead of code
Browse files Browse the repository at this point in the history
Replaces `code::` with `code-block::` to match the rest of Pigweed
documentation.

Change-Id: Ic95f562c6e39e8a59165ea52315b64609b1ffb5c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/186170
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Alexei Frolov <[email protected]>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed Dec 26, 2023
1 parent 8d1402a commit 3cb7f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_emu/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Get started
Build a target and then use ``pw emu run`` to run the target binaries on
the host. Continuing with the example:

.. code:: console
.. code-block:: console
ninja -C out qemu_gcc
pw emu run --args=-no-reboot qemu-lm3s6965evb \
Expand Down

0 comments on commit 3cb7f0e

Please sign in to comment.