summaryrefslogtreecommitdiffstats
path: root/c_user/rate_monotonic_manager.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c_user/rate_monotonic_manager.rst')
-rw-r--r--c_user/rate_monotonic_manager.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_user/rate_monotonic_manager.rst b/c_user/rate_monotonic_manager.rst
index 591208f..175cce4 100644
--- a/c_user/rate_monotonic_manager.rst
+++ b/c_user/rate_monotonic_manager.rst
@@ -268,7 +268,7 @@ Period(index)``. The processor utilization can be calculated as follows:
Utilization = 0
for index = 1 to maximum_tasks
- Utilization = Utilization + (Time(index)/Period(index))
+ Utilization = Utilization + (Time(index)/Period(index))
To ensure schedulability even under transient overload, the processor
utilization must adhere to the following rule: