Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vecs
FIJI Public
Commits
cc112604
Commit
cc112604
authored
Jul 01, 2015
by
Christian Fibich
Committed by
Stefan Tauner
Aug 29, 2016
Browse files
Fault Detect Bug fixed: Only detected faults on FD Channel 1
parent
20cc6d29
Changes
1
Hide whitespace changes
Inline
Side-by-side
FIJI/Downloader.pm
View file @
cc112604
...
...
@@ -359,7 +359,7 @@ sub _check_halt ($) {
.
"
.
"
);
$halt
|=
$fiji_tests
->
{'
design
'}
->
{'
HALT_ON_CRC_ERROR
'};
}
for
my
$ei
(
0
..
1
)
{
for
my
$ei
(
1
..
2
)
{
if
(
$recv_msg
->
{'
fault_detect
'}
->
{
$ei
}
)
{
$logger
->
info
(
"
FAULT detected (Bit
$ei
). HALT_ON_FAULT_DETECT =
"
...
...
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