Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
dbd6274f
Commit
dbd6274f
authored
Apr 30, 2019
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Seems to be an old bug, preventing sesnor phase adjustment
parent
be226fe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
detect_sensors.c
src/drivers/elphel/detect_sensors.c
+2
-1
No files found.
src/drivers/elphel/detect_sensors.c
View file @
dbd6274f
...
...
@@ -184,7 +184,8 @@ void update_port_iface(int port) ///< Sensor port number (0..3)
port_iface
[
port
]
=
iface
;
return
;
}
port_iface
[
port
]
=
get_iface_by_code
(
get_detected_sensor_code
(
port
,
-
1
),
DETECT_MUX
);
// '-1' - any subchannel
//TODO: Check with 10359. was port_iface[port] = get_iface_by_code(get_detected_sensor_code(port,-1), DETECT_MUX);
port_iface
[
port
]
=
get_iface_by_code
(
get_detected_sensor_code
(
port
,
-
1
),
DETECT_SENSOR
);
// '-1' - any subchannel
}
/** Get per-port interface type */
...
...
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