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
55af5b60
Commit
55af5b60
authored
Mar 09, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed debug prints
parent
491e1df2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
sensor_common.c
src/drivers/elphel/sensor_common.c
+0
-4
No files found.
src/drivers/elphel/sensor_common.c
View file @
55af5b60
...
@@ -1264,14 +1264,10 @@ int register_i2c_sensor(int ports_mask) ///< bitmask of the sensor ports to use
...
@@ -1264,14 +1264,10 @@ int register_i2c_sensor(int ports_mask) ///< bitmask of the sensor ports to use
*/
*/
//name = name_10359;
//name = name_10359;
//}
//}
pr_info
(
"checkpoint 1: %s
\n
"
,
name
);
class_mux
=
xi2c_dev_get
(
name
);
class_mux
=
xi2c_dev_get
(
name
);
pr_info
(
"checkpoint 2
\n
"
);
// TODO: request a line# from fpga table and register it (not class_mux->slave7)
// TODO: request a line# from fpga table and register it (not class_mux->slave7)
i2c_page_register
(
port
,
class_mux
->
slave7
);
i2c_page_register
(
port
,
class_mux
->
slave7
);
pr_info
(
"checkpoint 3
\n
"
);
set_xi2c_wrc
(
class_mux
,
port
,
class_mux
->
slave7
,
0
);
set_xi2c_wrc
(
class_mux
,
port
,
class_mux
->
slave7
,
0
);
pr_info
(
"checkpoint 4
\n
"
);
// 'write' recs for sensors
// 'write' recs for sensors
for
(
subchn
=
0
;
subchn
<
4
;
subchn
++
){
for
(
subchn
=
0
;
subchn
<
4
;
subchn
++
){
...
...
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