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-tracker-phase2-data-processing
BE_software
Ph2_ACF
Commits
0a948600
Commit
0a948600
authored
Feb 04, 2022
by
Mark Pesaresi
Browse files
Improved resetRx reliability
parent
23fa72f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/serenity_2slpgbt.cc
View file @
0a948600
...
...
@@ -110,7 +110,7 @@ int main(int argc, char* argv[]) {
}
LOG
(
INFO
)
<<
BOLDBLUE
<<
"Resetting downlink done "
<<
RESET
;
}
std
::
this_thread
::
sleep_for
(
std
::
chrono
::
milliseconds
(
2000
));
// reset uplink
for
(
auto
cOpticalGroup
:
*
cBoard
)
{
unsigned
cLinkId
=
cOpticalGroup
->
getGbt
()
->
GetLinkId
();
...
...
Write
Preview
Markdown
is supported
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