Commit 51ad880c authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

move ljd_present flag to softpll_ng

parent f4acbfd8
......@@ -32,7 +32,7 @@ volatile struct SPLL_WB *SPLL;
volatile struct PPSG_WB *PPSG;
int spll_n_chan_ref, spll_n_chan_out;
int ljd_present = 0; /* Low-jitter Daughterboard presence indicator */
#define MAIN_CHANNEL (spll_n_chan_ref)
......
......@@ -149,6 +149,7 @@ struct spll_fifo_log {
};
#define FIFO_LOG_LEN 16
extern int ljd_present;
#endif // __SOFTPLL_NG_H
......@@ -22,8 +22,6 @@ extern void spll_log_dac(int y);
static inline void spll_log_dac(int y) {}
#endif
extern int ljd_present;
void mpll_init(struct spll_main_state *s, int id_ref,
int id_out)
{
......
......@@ -17,7 +17,6 @@
int scb_ver = 33; /* SCB version */
int ljd_present = 0; /* Low-jitter Daughterboard presence indicator */
extern struct spll_stats stats;
......
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