diff options
author | Jason Abele | 2010-06-03 12:49:03 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-06-04 22:38:39 -0700 |
commit | 1e44cf9e9c46c83e9acde104478fa2bd9acadc35 (patch) | |
tree | b41c1897e240e54df2ad79a0c2f8f2020177b048 /usrp/host/include | |
parent | cf80eaf2502f3ff8a0bac13ee1a456baddfa7d42 (diff) | |
download | gnuradio-1e44cf9e9c46c83e9acde104478fa2bd9acadc35.tar.gz gnuradio-1e44cf9e9c46c83e9acde104478fa2bd9acadc35.tar.bz2 gnuradio-1e44cf9e9c46c83e9acde104478fa2bd9acadc35.zip |
Fixing wbx to use _refclk_freq()
Diffstat (limited to 'usrp/host/include')
-rw-r--r-- | usrp/host/include/usrp/db_wbxng.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp/host/include/usrp/db_wbxng.h b/usrp/host/include/usrp/db_wbxng.h index 8611d4787..d0caf8b03 100644 --- a/usrp/host/include/usrp/db_wbxng.h +++ b/usrp/host/include/usrp/db_wbxng.h @@ -40,6 +40,7 @@ public: double freq_max(); protected: + int _refclk_divisor(); bool _lock_detect(); bool _set_pga(float pga_gain); |