From 1a5e1d767881b3abbf4d868a069f5270d9f35839 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 17 Mar 2016 10:30:09 +1100 Subject: Fix formatting. --- c_user/rate_monotonic_manager.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_user') 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: -- cgit v1.2.3