diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-20 13:37:04 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-20 13:37:04 -0700 |
commit | 20ea7b7bc90c02a61f5284d38d18969b9710302a (patch) | |
tree | 8e8dbe218775f9cad95f356549357d75df0d9aff /host/lib/usrp/dboard/db_rfx.cpp | |
parent | dc2f14d7f95e6a7170d1048eee5fd8765f94e423 (diff) | |
download | uhd-20ea7b7bc90c02a61f5284d38d18969b9710302a.tar.gz uhd-20ea7b7bc90c02a61f5284d38d18969b9710302a.tar.bz2 uhd-20ea7b7bc90c02a61f5284d38d18969b9710302a.zip |
dboard: updated timed sync stuff for wbx* sbx*
Diffstat (limited to 'host/lib/usrp/dboard/db_rfx.cpp')
-rw-r--r-- | host/lib/usrp/dboard/db_rfx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/db_rfx.cpp b/host/lib/usrp/dboard/db_rfx.cpp index 32aa3fe04..6e32b5fe5 100644 --- a/host/lib/usrp/dboard/db_rfx.cpp +++ b/host/lib/usrp/dboard/db_rfx.cpp @@ -1,5 +1,5 @@ // -// Copyright 2010-2011 Ettus Research LLC +// Copyright 2010-2012 Ettus Research LLC // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -358,7 +358,7 @@ double rfx_xcvr::set_lo_freq( * The goal here to to loop though possible R dividers, * band select clock dividers, and prescaler values. * Calculate the A and B counters for each set of values. - * The loop exists when it meets all of the constraints. + * The loop exits when it meets all of the constraints. * The resulting loop values are loaded into the registers. * * fvco = [P*B + A] * fref/R |