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
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
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
5c4e478d
Commit
5c4e478d
authored
May 31, 2012
by
Tomasz Wlostowski
Committed by
Grzegorz Daniluk
Jun 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
/dev/syscon.c: disable useless debug message
parent
980836ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
syscon.c
dev/syscon.c
+0
-1
No files found.
dev/syscon.c
View file @
5c4e478d
...
...
@@ -8,7 +8,6 @@ struct s_i2c_if i2c_if[2] = { {SYSC_GPSR_FMC_SCL, SYSC_GPSR_FMC_SDA},
***************************/
void
timer_init
(
uint32_t
enable
)
{
mprintf
(
"MEMSIZE %x
\n
"
,
syscon
->
HWFR
&
0xf
);
if
(
enable
)
syscon
->
TCR
|=
SYSC_TCR_ENABLE
;
else
...
...
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