From 42ea151881f031f6ae7dafbd9903f5a031bdef13 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 5 Sep 2003 16:55:05 +0000 Subject: [PATCH] Don't use '0' for string arguments which should be empty... --- src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common | 2 +- src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common index 9aa44d4e0..d8c5c9be1 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@Common @@ -8,7 +8,7 @@ cd ${TOP} ## Register all support components -dbLoadDatabase("dbd/_APPNAME_.dbd",0,0) +dbLoadDatabase("dbd/_APPNAME_.dbd") _APPNAME__registerRecordDeviceDriver(pdbbase) ## Load record instances diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS index 8725ec389..e13409957 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd@RTEMS @@ -6,7 +6,7 @@ #< envPaths ## Register all support components -dbLoadDatabase("dbd/_APPNAME_.dbd",0,0) +dbLoadDatabase("dbd/_APPNAME_.dbd") _APPNAME__registerRecordDeviceDriver(pdbbase) ## Load record instances