Skip to content

Commit

Permalink
Fix #187, Set stub spacecraft ID to historical value (0x42)
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper authored and yammajamma committed Sep 16, 2020
1 parent 5f08c5c commit fee2016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut-stubs/ut_psp_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Target_ConfigData GLOBAL_CONFIGDATA =
.User = "MissionBuildUser",
.Default_CpuName = "UnitTestCpu",
.Default_CpuId = 1,
.Default_SpacecraftId = 42,
.Default_SpacecraftId = 0x42,
.CfeConfig = &GLOBAL_CFE_CONFIGDATA,
.PspConfig = &GLOBAL_PSP_CONFIGDATA
};
Expand Down

0 comments on commit fee2016

Please sign in to comment.