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
7940fae8
Commit
7940fae8
authored
Mar 29, 2019
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed 16-bit mode
parent
2a176016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pgm_functions.c
src/drivers/elphel/pgm_functions.c
+1
-1
No files found.
src/drivers/elphel/pgm_functions.c
View file @
7940fae8
...
...
@@ -1482,7 +1482,7 @@ int pgm_sensorin (int sensor_port, ///< sensor port number (0..3
}
if
(
FRAMEPAR_MODIFIED
(
P_BITS
)){
sens_mode
.
bit16
=
thispars
->
pars
[
P_BITS
]
;
sens_mode
.
bit16
=
(
thispars
->
pars
[
P_BITS
]
>
8
)
;
sens_mode
.
bit16_set
=
1
;
X393_SEQ_SEND1
(
sensor_port
,
frame16
,
x393_sens_mode
,
sens_mode
);
dev_dbg
(
g_dev_ptr
,
"{%d} X393_SEQ_SEND1(0x%x, 0x%x, x393_sens_mode, 0x%x)
\n
"
,
...
...
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