Commit 995c4ddd authored by Alessandro Rubini's avatar Alessandro Rubini

softpll: fix build warnings

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 50d317cb
......@@ -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);
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment