Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wrpc-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
This is an archived project. Repository and other project resources are read-only.
hdl-core-lib
wr-cores
wrpc-sw
Commits
995c4ddd
Commit
995c4ddd
authored
11 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
softpll: fix build warnings
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
50d317cb
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
softpll/softpll_ng.h
+2
-0
2 additions, 0 deletions
softpll/softpll_ng.h
softpll/spll_common.c
+1
-1
1 addition, 1 deletion
softpll/spll_common.c
with
3 additions
and
1 deletion
softpll/softpll_ng.h
+
2
−
0
View file @
995c4ddd
...
...
@@ -114,6 +114,8 @@ const char *spll_get_aux_status_string(int channel);
/* Returns how many time the PLL has de-locked since last call of spll_init() */
int
spll_get_delock_count
();
void
spll_show_stats
(
void
);
/* Sets VCXO tuning DAC corresponding to output (out_channel) to a given value */
void
spll_set_dac
(
int
out_channel
,
int
value
);
...
...
This diff is collapsed.
Click to expand it.
softpll/spll_common.c
+
1
−
1
View file @
995c4ddd
...
...
@@ -9,7 +9,7 @@
/* spll_common.c - common data structures and functions used by the SoftPLL */
#include
<string.h>
#include
"spll_defs.h"
#include
"spll_common.h"
...
...
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