fixed beacon period name

This commit is contained in:
Jeff Hill
2002-08-08 22:37:41 +00:00
parent c2d4515e90
commit 6d03df6a9b

View File

@@ -2215,7 +2215,7 @@ void verifyReasonableBeaconPeriod ( chid chan )
unsigned attempts = 0u;
long status = envGetDoubleConfigParam (
&EPICS_CA_BEACON_PERIOD, &expectedBeaconPeriod );
&EPICS_CAS_BEACON_PERIOD, &expectedBeaconPeriod );
assert ( status >=0 );
while ( 1 ) {