Skip to content

Commit 9108d8a

Browse files
Add global variables
1 parent dc4ed06 commit 9108d8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demos/copilot/src/cfs/updated_template/{{app_name_lc}}/fsw/src/{{app_name_lc}}_dispatch.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
#include "{{{copilot.specName}}}.h"
4141
{{/copilot}}
4242

43+
{{#variables}}
44+
{{varDeclType}} {{varDeclName}};
45+
{{/variables}}
46+
4347
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
4448
/* */
4549
/* Verify command packet length */

0 commit comments

Comments
 (0)