Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pfeiffer, Götz
MultiCAN
Commits
d266683a
Commit
d266683a
authored
May 02, 2018
by
Franksen, Benjamin
Browse files
hwLowcalRecord: compatibility fix for base >= 3.15
parent
69b2860a
Changes
1
Hide whitespace changes
Inline
Side-by-side
hwLowcalRecord/hwLowcalRecord.c
View file @
d266683a
...
...
@@ -216,7 +216,11 @@ static long process(hwLowcalRecord *prec)
if
(
prec
->
wnpl
.
type
!=
CONSTANT
)
{
prec
->
pact
=
TRUE
;
#if EPICS_VERSION==3 && EPICS_REVISION<=14
dbGetLinkValue
(
&
prec
->
wnpl
,
DBF_USHORT
,
&
prec
->
wnpm
,
&
options
,
&
nRequest
);
#else
dbGetLink
(
&
prec
->
wnpl
,
DBF_USHORT
,
&
prec
->
wnpm
,
&
options
,
&
nRequest
);
#endif
prec
->
pact
=
FALSE
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment