[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10099 - gnuradio/branches/features/cppdb/usrp/host/li
From: |
trondeau |
Subject: |
[Commit-gnuradio] r10099 - gnuradio/branches/features/cppdb/usrp/host/lib/legacy |
Date: |
Mon, 1 Dec 2008 19:22:47 -0700 (MST) |
Author: trondeau
Date: 2008-12-01 19:22:47 -0700 (Mon, 01 Dec 2008)
New Revision: 10099
Modified:
gnuradio/branches/features/cppdb/usrp/host/lib/legacy/db_flexrf_mimo.cc
Log:
fixes bug in rfx1800 MIMO boards.
Modified:
gnuradio/branches/features/cppdb/usrp/host/lib/legacy/db_flexrf_mimo.cc
===================================================================
--- gnuradio/branches/features/cppdb/usrp/host/lib/legacy/db_flexrf_mimo.cc
2008-12-01 20:03:38 UTC (rev 10098)
+++ gnuradio/branches/features/cppdb/usrp/host/lib/legacy/db_flexrf_mimo.cc
2008-12-02 02:22:47 UTC (rev 10099)
@@ -105,7 +105,7 @@
db_flexrf_1800_tx_mimo_b::db_flexrf_1800_tx_mimo_b(usrp_basic_sptr usrp, int
which)
: db_flexrf_1800_tx(usrp, which)
{
- d_common->R_DIV(1);
+ d_common->R_DIV(16);
}
int
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10099 - gnuradio/branches/features/cppdb/usrp/host/lib/legacy,
trondeau <=