Changed from "example" to "NoMPF".

This commit is contained in:
Ron Sluiter
2003-06-06 16:33:39 +00:00
parent a3468b00e0
commit bd580d7063
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -5,9 +5,9 @@
# erroneous "Interrupted system call" message on Linux OS host.
errlogInit(0)
dbLoadDatabase("../../dbd/example.dbd",0,0)
dbLoadDatabase("../../dbd/NoMPF.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/softMotorTest.db","user=rls")
MXmotorSetup(1, "example3.dat", 10)
dbLoadRecords("../../db/NoMPF_MX.db","user=rls")
MXmotorSetup(1, "MXexample.dat", 10)
iocInit()
+3 -3
View File
@@ -5,9 +5,9 @@
# erroneous "Interrupted system call" message on Linux OS host.
errlogInit(0)
dbLoadDatabase("../../dbd/example.dbd",0,0)
dbLoadDatabase("../../dbd/NoMPF.dbd",0,0)
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/softMotorTest.db","user=rls")
MXmotorSetup(1, "example3.dat", 10)
dbLoadRecords("../../db/NoMPF_MX.db","user=rls")
MXmotorSetup(1, "MXexample.dat", 10)
iocInit()