aboutsummaryrefslogtreecommitdiff
path: root/pw_thread_embos/docs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pw_thread_embos/docs.rst')
-rw-r--r--pw_thread_embos/docs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_thread_embos/docs.rst b/pw_thread_embos/docs.rst
index b1fb32ba9..8d079bf55 100644
--- a/pw_thread_embos/docs.rst
+++ b/pw_thread_embos/docs.rst
@@ -193,7 +193,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;