Skip to content
GitLab
Menu
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
53241a90
Commit
53241a90
authored
Jul 01, 2015
by
Christian Fibich
Committed by
Stefan Tauner
May 04, 2018
Browse files
Fault Detect Bug fixed: Only detected faults on FD Channel 1
parent
6ec1e8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
FIJI/Downloader.pm
View file @
53241a90
...
...
@@ -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
.
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