summaryrefslogtreecommitdiffstats
path: root/c_user/constant_bandwidth_server.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 19:47:07 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 19:47:07 -0500
commit36def9125c9adf4049a18105d48715ac8606e1ec (patch)
treeb9a3c06d3fad69f3213474d5d16d844b862cc268 /c_user/constant_bandwidth_server.rst
parentinitilization_code.rst: Fix figure formatting (diff)
downloadrtems-docs-36def9125c9adf4049a18105d48715ac8606e1ec.tar.bz2
rtems-docs: Fix many unnecessary back slashes
Diffstat (limited to 'c_user/constant_bandwidth_server.rst')
-rw-r--r--c_user/constant_bandwidth_server.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_user/constant_bandwidth_server.rst b/c_user/constant_bandwidth_server.rst
index 53e7316..135dfdb 100644
--- a/c_user/constant_bandwidth_server.rst
+++ b/c_user/constant_bandwidth_server.rst
@@ -214,7 +214,7 @@ overrun.
while ( 1 ) {
if (rtems_rate_monotonic_period(rmid, params.deadline) == RTEMS_TIMEOUT)
break;
- /* Perform some periodic action \*/
+ /* Perform some periodic action */
}
rtems_rate_monotonic_delete( rmid );