Skip to content

Commit

Permalink
Merge pull request #191 from skliper/fix187-scid-historical-value-stub
Browse files Browse the repository at this point in the history
Fix #187, Set stub spacecraft ID to historical value (0x42)
  • Loading branch information
astrogeco authored Sep 3, 2020
2 parents 5f08c5c + dfea5b3 commit 8ad7c15
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 8ad7c15

Please sign in to comment.