From 36def9125c9adf4049a18105d48715ac8606e1ec Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Oct 2016 19:47:07 -0500 Subject: rtems-docs: Fix many unnecessary back slashes --- c_user/constant_bandwidth_server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_user/constant_bandwidth_server.rst') 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 ); -- cgit v1.2.3