[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10111 - gnuradio/branches/features/cppdb-test/usrp/ho
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r10111 - gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy |
Date: |
Sun, 7 Dec 2008 12:10:47 -0700 (MST) |
Author: jcorgan
Date: 2008-12-07 12:10:46 -0700 (Sun, 07 Dec 2008)
New Revision: 10111
Modified:
gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/usrp_standard.cc
Log:
Disable debug output
Modified:
gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/usrp_standard.cc
===================================================================
--- gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/usrp_standard.cc
2008-12-07 18:05:08 UTC (rev 10110)
+++ gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/usrp_standard.cc
2008-12-07 19:10:46 UTC (rev 10111)
@@ -96,10 +96,10 @@
}
}
- if (1){
+#if 0
printf(" dxc_freq = %f\n", *dxc_freq);
printf(" inverted = %s\n", *inverted ? "true" : "false");
- }
+#endif
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10111 - gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy,
jcorgan <=