File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/user-manual/design-patterns Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ central rate group driver and achieve their rates by dividing the incoming signa
1313
1414The ` RateGroupDriver ` component is the source of the "clock" or tick for the various rate groups. It is usually driven
1515off a system timing interrupt or some other reliable clock source, and it performs the clock divider functionality to
16- produces a series of slower repeating tick signals that are sent to the rate groups attached to it.
16+ produce a series of slower repeating tick signals that are sent to the rate groups attached to it.
1717
1818### System Clock Sources
1919
@@ -76,4 +76,4 @@ The topology connections for rate groups can be seen here:
7676[ Rate Group Topology] ( https://github.com/nasa/fprime/blob/ddcb2ec138645da34cd4c67f250b67ee8bc67b26/Ref/Top/topology.fpp#L97-L124 )
7777
7878A sample schedule handler can be found here:
79- [ Sample Schedule Handler] ( https://github.com/nasa/fprime/blob/ddcb2ec138645da34cd4c67f250b67ee8bc67b26/Ref/SignalGen/SignalGen.cpp#L98-L140 )
79+ [ Sample Schedule Handler] ( https://github.com/nasa/fprime/blob/ddcb2ec138645da34cd4c67f250b67ee8bc67b26/Ref/SignalGen/SignalGen.cpp#L98-L140 )
You can’t perform that action at this time.
0 commit comments