Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cms_tk_ph2
Ph2_ACF
Commits
424c8488
Commit
424c8488
authored
Sep 13, 2021
by
Sarah Seif El Nasr
Browse files
DEBUG - tryinng to fix page..
parent
bb343429
Changes
1
Hide whitespace changes
Inline
Side-by-side
HWInterface/CbcInterface.cc
View file @
424c8488
...
...
@@ -818,7 +818,7 @@ uint8_t CbcInterface::ReadChipSingleReg(Chip* pCbc, const std::string& pRegNode)
else
{
bool
cVerifLoop
=
true
;
bool
cSuccess
=
ConfigurePage
(
pCbc
,
cRegItem
.
fPage
,
cVerifLoop
);
bool
cSuccess
=
(
pRegNode
==
"FeCtrl&TrgLat2"
)
?
true
:
ConfigurePage
(
pCbc
,
cRegItem
.
fPage
,
cVerifLoop
);
if
(
cSuccess
)
cValue
=
fBoardFW
->
ReadFERegister
(
pCbc
,
cRegItem
.
fAddress
);
}
pCbc
->
setReg
(
pRegNode
,
cRegItem
.
fValue
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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