aboutsummaryrefslogtreecommitdiff
path: root/pw_thread_freertos
diff options
context:
space:
mode:
authorArmando Montanez <amontanez@google.com>2023-09-20 23:22:21 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-09-20 23:22:21 +0000
commit418fa41be76b7a439d8b351025c23539d2d1591a (patch)
tree79efddbff30c1ff663ce40ca8485c85dee41cd87 /pw_thread_freertos
parentf7d387e4036533d91b400f35ea7e5a18ee717875 (diff)
downloadpigweed-418fa41be76b7a439d8b351025c23539d2d1591a.tar.gz
docs: Clean up remaining instances of code::
Changes the remaining instances of code:: to code-block:: to match everywhere else. Bug: b/300317685 Change-Id: I8c8479ffa7810293233f6f2b4ba19440be2c13e6 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/172050 Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Reviewed-by: Ted Pudlik <tpudlik@google.com> Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'pw_thread_freertos')
-rw-r--r--pw_thread_freertos/docs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_thread_freertos/docs.rst b/pw_thread_freertos/docs.rst
index c0cd11d0b..e38ecf7ad 100644
--- a/pw_thread_freertos/docs.rst
+++ b/pw_thread_freertos/docs.rst
@@ -252,7 +252,7 @@ the most up-to-date information is captured, the stack pointer for the currently
running thread must be provided for cases where the running thread is being
captured. For ARM Cortex-M CPUs, you can do something like this:
-.. Code:: cpp
+.. code-block:: cpp
// Capture PSP.
void* stack_ptr = 0;