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
ffc57f04
Commit
ffc57f04
authored
Mar 08, 2012
by
Grzegorz Daniluk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev/pps_gen: remove unused variables
parent
94339600
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
pps_gen.c
dev/pps_gen.c
+0
-3
No files found.
dev/pps_gen.c
View file @
ffc57f04
...
...
@@ -35,8 +35,6 @@ void pps_gen_init()
void
pps_gen_adjust_nsec
(
int32_t
how_much
)
{
uint32_t
cr
;
TRACE_DEV
(
"ADJ: nsec %d nanoseconds
\n
"
,
how_much
);
#if 1
ppsg_writel
(
PPSG_REG_ADJ_UTCLO
,
0
);
...
...
@@ -51,7 +49,6 @@ void pps_gen_adjust_nsec(int32_t how_much)
void
pps_gen_adjust_utc
(
int32_t
how_much
)
{
uint32_t
cr
;
#if 1
TRACE_DEV
(
"ADJ: utc %d seconds
\n
"
,
how_much
);
...
...
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