Skip to content

Commit

Permalink
applyComponent.cmd: Fix default value of MACROS
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Nov 26, 2024
1 parent c20ef51 commit a5ff004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/applyComponent.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ${EXE}ecmcExit Error: ecmccomp module not loaded and not found
epicsEnvUnset(EXE)

ecmcFileExist(${ecmccomp_DIR}applyComponent.cmd,1,1)
${SCRIPTEXEC} ${ecmccomp_DIR}applyComponent.cmd "COMP=${COMP}, EC_COMP_TYPE=${EC_COMP_TYPE=${ECMC_EC_COMP_TYPE=${ECMC_EC_HWTYPE}}}, COMP_S_ID=${COMP_S_ID=${ECMC_EC_SLAVE_NUM=0}}, CH_ID=${CH_ID=1}, MACROS='${MACROS}'"
${SCRIPTEXEC} ${ecmccomp_DIR}applyComponent.cmd "COMP=${COMP}, EC_COMP_TYPE=${EC_COMP_TYPE=${ECMC_EC_COMP_TYPE=${ECMC_EC_HWTYPE=NAN}}}, COMP_S_ID=${COMP_S_ID=${ECMC_EC_SLAVE_NUM=0}}, CH_ID=${CH_ID=1}, MACROS='${MACROS=}'"

0 comments on commit a5ff004

Please sign in to comment.