From 426ba869774b8d5dd79735902486fa3efdb45098 Mon Sep 17 00:00:00 2001 From: Vince Woo Date: Thu, 5 Jun 2025 12:38:34 -0700 Subject: [PATCH] Adding note about explicitly identifying ports that need priority in SDD (#3697) * Adding note about explicitly identifying ports that need priority in SDD * Corrected type: FDD -> FPP --- docs/user-manual/overview/development-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/overview/development-practice.md b/docs/user-manual/overview/development-practice.md index e0e34a0f9a..21691294e3 100644 --- a/docs/user-manual/overview/development-practice.md +++ b/docs/user-manual/overview/development-practice.md @@ -144,7 +144,7 @@ will be done automatically: 8. The user is given the option to generate a unit test directory with necessary unit test files within it. 9. An SDD file is generated with documentation about ports, commands, events, - telemetry, parameters, and time of creation already filled out + telemetry, parameters, and time of creation already filled out. Note: Developers should explicitly state in the SDD if they use the FPP `priority` for their ports. The `fprime-util new --component` uses the built-in cookiecutter template by default, but users can substitute their own component template by using the component_cookiecutter