Commit 786b8f54 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

softpll: removed debug clutter

parent 980e0a59
Pipeline #315 failed with stages
in 10 seconds
......@@ -520,7 +520,6 @@ void spll_set_ptracker_average_samples(int channel, int nsamples)
void spll_get_num_channels(int *n_ref, int *n_out)
{
pp_printf("NUM CHAN: %d %d %x\n\n", spll_n_chan_ref, spll_n_chan_out, SPLL->CSR );
if (n_ref)
*n_ref = spll_n_chan_ref;
if (n_out)
......
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