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
dc68ed84
Commit
dc68ed84
authored
Sep 13, 2021
by
Sarah Seif El Nasr
Browse files
DEBUG - trying with just the page toggle
parent
9e140b6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
HWInterface/CbcInterface.cc
View file @
dc68ed84
...
...
@@ -560,8 +560,8 @@ bool CbcInterface::ConfigurePage(Chip* pCbc, uint8_t pPage, bool pVerifLoop)
bool
cMapWasEmpty
=
false
;
if
(
cIter
==
fPageMap
.
end
())
{
uint8_t
cDefaultPage
=
ReadChipReg
(
pCbc
,
"Page"
);
LOG
(
INFO
)
<<
BOLDMAGENTA
<<
"Default page on CBC"
<<
+
pCbc
->
getId
()
<<
" on hybrid "
<<
+
cCbc
->
getHybridId
()
<<
" is "
<<
+
cDefaultPage
<<
RESET
;
fPageMap
.
insert
(
std
::
make_pair
(
cAddress
,
cDefaultPage
));
cMapWasEmpty
=
true
;
}
...
...
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