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