diff options
Diffstat (limited to 'usrp/host/lib/db_wbxng_adf4350.h')
-rw-r--r-- | usrp/host/lib/db_wbxng_adf4350.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/host/lib/db_wbxng_adf4350.h b/usrp/host/lib/db_wbxng_adf4350.h index 2b0783c20..ca8de6eba 100644 --- a/usrp/host/lib/db_wbxng_adf4350.h +++ b/usrp/host/lib/db_wbxng_adf4350.h @@ -37,8 +37,8 @@ public: bool _get_locked(); void _enable(bool enable); void _write(uint8_t addr, uint32_t data); - bool _set_freq(freq_t freq); - freq_t _get_freq(); + bool _set_freq(freq_t freq, freq_t refclock_freq); + freq_t _get_freq(freq_t refclock_freq); freq_t _get_max_freq(); freq_t _get_min_freq(); |