summaryrefslogtreecommitdiffstats
path: root/bsp_howto/timer.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 20:01:18 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 20:01:18 -0500
commitf29b7c1cc5dfe039752fde5556e712f1897a0df6 (patch)
tree7a324d16fec5818f8a1fbc086e7decc6a916a564 /bsp_howto/timer.rst
parentrtems-docs: Fix many unnecessary back slashes (diff)
downloadrtems-docs-f29b7c1cc5dfe039752fde5556e712f1897a0df6.tar.bz2
bsp_howto: Fix code-block markup
Diffstat (limited to '')
-rw-r--r--bsp_howto/timer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp_howto/timer.rst b/bsp_howto/timer.rst
index 9d2bd67..ec1279f 100644
--- a/bsp_howto/timer.rst
+++ b/bsp_howto/timer.rst
@@ -73,7 +73,7 @@ the overhead required to initialize and read the benchmark timer. This is used
by the ``tmoverhd`` test to determine the overhead required to initialize and
read the timer.
-.. code:: c
+.. code-block:: c
void benchmark_timer_disable_subtracting_average_overhead(bool find_flag)
{