Skip to content

Commit 6a854e6

Browse files
authored
Merge pull request nasa#968 from jphickey/fix-967-startup-names
Fix nasa#967, Update startup script names
2 parents 8935e89 + d684a6c commit 6a854e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/sample_defs/cpu1_cfe_es_startup.scr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CFE_LIB, /cf/sample_lib.so, SAMPLE_LibInit, SAMPLE_LIB, 0, 0, 0x0, 0;
2-
CFE_APP, /cf/sample_app.so, SAMPLE_AppMain, SAMPLE_APP, 50, 16384, 0x0, 0;
1+
CFE_LIB, /cf/sample_lib.so, SAMPLE_LIB_Init, SAMPLE_LIB, 0, 0, 0x0, 0;
2+
CFE_APP, /cf/sample_app.so, SAMPLE_APP_Main, SAMPLE_APP, 50, 16384, 0x0, 0;
33
CFE_APP, /cf/ci_lab.so, CI_Lab_AppMain, CI_LAB_APP, 60, 16384, 0x0, 0;
44
CFE_APP, /cf/to_lab.so, TO_Lab_AppMain, TO_LAB_APP, 70, 16384, 0x0, 0;
55
CFE_APP, /cf/sch_lab.so, SCH_Lab_AppMain, SCH_LAB_APP, 80, 16384, 0x0, 0;

0 commit comments

Comments
 (0)