Skip to content

Commit

Permalink
Merge pull request nasa#1139 from nasa/6.8.x
Browse files Browse the repository at this point in the history
Fix nasa#1070 for main branch (merge of 6.8.x after bookkeeping)
  • Loading branch information
astrogeco authored Feb 3, 2021
2 parents aed159c + ea20cb3 commit 4f76f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/arch_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ endfunction(initialize_globals)
function(add_psp_module MOD_NAME MOD_SRC_FILES)

# Include the PSP shared directory so it can get to cfe_psp_module.h
include_directories(${MISSION_SOURCE_DIR}/psp/fsw/shared)
include_directories(${MISSION_SOURCE_DIR}/psp/fsw/shared/inc)
add_definitions(-D_CFE_PSP_MODULE_)

# Create the module
Expand Down

0 comments on commit 4f76f5f

Please sign in to comment.