Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
28
Issues
28
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
79f921c9
Commit
79f921c9
authored
Aug 01, 2012
by
Grzegorz Daniluk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrc_main: updated default calibration parameters when SFP database is not in EEPROM
parent
09634e00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wrc_main.c
wrc_main.c
+4
-4
No files found.
wrc_main.c
View file @
79f921c9
...
...
@@ -24,12 +24,12 @@ int wrc_ui_mode = UI_SHELL_MODE;
///////////////////////////////////
//Calibration data (from EEPROM if available)
#ifdef WRPC_MASTER
int32_t
sfp_alpha
=
-
73622176
;
//default value if could not read EEPROM
#else
int32_t
sfp_alpha
=
73622176
;
//default value if could not read EEPROM
#else
int32_t
sfp_alpha
=
-
73622176
;
//default value if could not read EEPROM
#endif
int32_t
sfp_deltaTx
=
0
;
int32_t
sfp_deltaRx
=
0
;
int32_t
sfp_deltaTx
=
46407
;
//default value if could not read EEPROM
int32_t
sfp_deltaRx
=
189093
;
//default value if could not read EEPROM
uint32_t
cal_phase_transition
=
2394
;
//7000;
void
wrc_initialize
()
...
...
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