[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10286 - openbts/trunk/Transceiver
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r10286 - openbts/trunk/Transceiver |
Date: |
Thu, 22 Jan 2009 08:40:19 -0700 (MST) |
Author: jcorgan
Date: 2009-01-22 08:40:18 -0700 (Thu, 22 Jan 2009)
New Revision: 10286
Modified:
openbts/trunk/Transceiver/USRPDevice.cpp
Log:
Fix incorrect pointer test
Modified: openbts/trunk/Transceiver/USRPDevice.cpp
===================================================================
--- openbts/trunk/Transceiver/USRPDevice.cpp 2009-01-22 04:27:38 UTC (rev
10285)
+++ openbts/trunk/Transceiver/USRPDevice.cpp 2009-01-22 15:40:18 UTC (rev
10286)
@@ -170,7 +170,7 @@
}
}
- if (!m_uTx) {
+ if (!m_uRx) {
COUT("make failed on Rx");
return false;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10286 - openbts/trunk/Transceiver,
jcorgan <=