From 2a58ccb20779a8fa5e3bdb6e8e96fcae61491e26 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 2 May 1994 10:51:34 +0000 Subject: [PATCH] Changed argument on asInit --- src/db/iocInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/iocInit.c b/src/db/iocInit.c index e7acacfe4..d95dd9968 100644 --- a/src/db/iocInit.c +++ b/src/db/iocInit.c @@ -190,7 +190,7 @@ int iocInit(char * pResourceFilename) if(finishDevSup()!=0) logMsg("iocInit: Device Support Failed during Finalization\n",0,0,0,0,0,0); if (pinitHooks) (*pinitHooks)(INITHOOKafterFinishDevSup); scanInit(); - asInit(NULL); + asInit(); /* wait 1/2 second to make sure all tasks are started*/ (void)taskDelay(sysClkRateGet()/2); if (pinitHooks) (*pinitHooks)(INITHOOKafterScanInit);