Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaPT committed Jul 27, 2024
1 parent 04f2912 commit bed2168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsw/freertos/src/cfe_psp_start.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void CFE_PSP_Restart(uint32 resetType) {

uint32 CFE_PSP_GetRestartType(uint32 *restartSubType) {
if (restartSubType != NULL) {
restartSubType = CFE_PSP_ReservedMemoryMap.BootPtr->bsp_reset_type;
&restartSubType = CFE_PSP_ReservedMemoryMap.BootPtr->bsp_reset_type;
}

return CFE_PSP_ReservedMemoryMap.BootPtr->bsp_reset_type;
Expand Down

0 comments on commit bed2168

Please sign in to comment.