Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Software for White Rabbit PTP Core
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Software for White Rabbit PTP Core
Commits
375d1b40
Commit
375d1b40
authored
12 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
wrc_main: default deltaRx corrected (did not took into account oscilloscope cables delay)
parent
df2c65dc
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wrc_main.c
+1
-1
1 addition, 1 deletion
wrc_main.c
with
1 addition
and
1 deletion
wrc_main.c
+
1
−
1
View file @
375d1b40
...
...
@@ -25,7 +25,7 @@ int wrc_ui_mode = UI_SHELL_MODE;
//Calibration data (from EEPROM if available)
int32_t
sfp_alpha
=
-
73622176
;
//default value if could not read EEPROM
int32_t
sfp_deltaTx
=
46407
;
//default value if could not read EEPROM
int32_t
sfp_deltaRx
=
1
89
093
;
//default value if could not read EEPROM
int32_t
sfp_deltaRx
=
1
77
093
;
//default value if could not read EEPROM
uint32_t
cal_phase_transition
=
2394
;
//7000;
void
wrc_initialize
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment