Initialize "update_delay".

This commit is contained in:
Ron Sluiter
2005-05-10 16:36:46 +00:00
parent 1a9f569836
commit 61eaf13f89

View File

@@ -112,7 +112,7 @@ struct
extern "C" {epicsExportAddress(drvet, drvMCB4B);} extern "C" {epicsExportAddress(drvet, drvMCB4B);}
STATIC struct thread_args targs = {SCAN_RATE, &MCB4B_access}; STATIC struct thread_args targs = {SCAN_RATE, &MCB4B_access, 0.0};
/********************************************************* /*********************************************************