RTEMS: Added parentheses around command arguments for CEXP.
In particular the generated cdCommands file, and the lines in the st.cmd@RTEMS file template.
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
#< envPaths
|
||||
|
||||
## Register all support components
|
||||
dbLoadDatabase "dbd/_APPNAME_.dbd"
|
||||
_CSAFEAPPNAME__registerRecordDeviceDriver pdbbase
|
||||
dbLoadDatabase("dbd/_APPNAME_.dbd")
|
||||
_CSAFEAPPNAME__registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
## Load record instances
|
||||
#dbLoadTemplate "db/_APPNAME_.substitutions"
|
||||
#dbLoadRecords "db/_APPNAME_.db", "user=_USER_"
|
||||
#dbLoadTemplate("db/_APPNAME_.substitutions")
|
||||
#dbLoadRecords("db/_APPNAME_.db", "user=_USER_")
|
||||
|
||||
iocInit
|
||||
|
||||
## Start any sequence programs
|
||||
#seq sncxxx, "user=_USER_"
|
||||
#seq(sncxxx, "user=_USER_")
|
||||
|
||||
Reference in New Issue
Block a user