Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
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
x393
Commits
c1295294
Commit
c1295294
authored
Mar 16, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor bug fix
parent
2409993f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
x393_export_c.py
py393/x393_export_c.py
+1
-1
No files found.
py393/x393_export_c.py
View file @
c1295294
...
@@ -2120,7 +2120,7 @@ class X393ExportC(object):
...
@@ -2120,7 +2120,7 @@ class X393ExportC(object):
dw
.
append
((
"pgmen_set"
,
vrlg
.
SENS_JTAG_PGMEN
+
1
,
1
,
0
,
"Sensor port PGMEN set to 'pgmen' field"
))
dw
.
append
((
"pgmen_set"
,
vrlg
.
SENS_JTAG_PGMEN
+
1
,
1
,
0
,
"Sensor port PGMEN set to 'pgmen' field"
))
dw
.
append
((
"timing_to"
,
vrlg
.
SENSOR_TIMING_TO
,
2
,
0
,
"Measuring sensor time to: 0 - sof, 1 - eof, 2 - sol, 3 eol"
))
dw
.
append
((
"timing_to"
,
vrlg
.
SENSOR_TIMING_TO
,
2
,
0
,
"Measuring sensor time to: 0 - sof, 1 - eof, 2 - sol, 3 eol"
))
dw
.
append
((
"timing_from"
,
vrlg
.
SENSOR_TIMING_FROM
,
2
,
0
,
"Measuring sensor time from: 0 - sof, 1 - eof, 2 - sol, 3 eol"
))
dw
.
append
((
"timing_from"
,
vrlg
.
SENSOR_TIMING_FROM
,
2
,
0
,
"Measuring sensor time from: 0 - sof, 1 - eof, 2 - sol, 3 eol"
))
dw
.
append
((
"timing_
from
"
,
vrlg
.
SENSOR_TIMING_LANE
,
2
,
0
,
"Measuring sensor time on lane 0..3"
))
dw
.
append
((
"timing_
lane
"
,
vrlg
.
SENSOR_TIMING_LANE
,
2
,
0
,
"Measuring sensor time on lane 0..3"
))
dw
.
append
((
"timing_start"
,
vrlg
.
SENSOR_TIMING_START
,
1
,
0
,
"Start sensor timing measurement"
))
dw
.
append
((
"timing_start"
,
vrlg
.
SENSOR_TIMING_START
,
1
,
0
,
"Start sensor timing measurement"
))
return
dw
return
dw
"""
"""
...
...
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