From 6a132c5df4382680dfca4f51e0e804f3ba442c8b Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Tue, 18 Nov 2025 10:02:15 -0800 Subject: [PATCH] Remove redundant line from ActiveRateGroup SDD (#4435) --- Svc/ActiveRateGroup/docs/sdd.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Svc/ActiveRateGroup/docs/sdd.md b/Svc/ActiveRateGroup/docs/sdd.md index a0083f3c5e..ed9b77862e 100644 --- a/Svc/ActiveRateGroup/docs/sdd.md +++ b/Svc/ActiveRateGroup/docs/sdd.md @@ -4,7 +4,6 @@ `Svc::ActiveRateGroup` is an active component that drives a set of components connected to `Svc::Sched` output ports. It contains an asynchronous input `Svc::Cycle` port. This port sends a message which wakes the component task. -It contains an asynchronous input `Svc::Cycle` port. This port sends a message which wakes the component task. The task invokes each output port in order, passing an argument indicating the order. It tracks execution time and detects overruns. ## 2. Requirements