[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10164 - gnuradio/branches/features/cppdb-test/usrp/ho
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r10164 - gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy |
Date: |
Wed, 24 Dec 2008 00:05:00 -0700 (MST) |
Author: jcorgan
Date: 2008-12-24 00:04:59 -0700 (Wed, 24 Dec 2008)
New Revision: 10164
Modified:
gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/db_flexrf.cc
Log:
Removed debug output
Modified:
gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/db_flexrf.cc
===================================================================
--- gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/db_flexrf.cc
2008-12-24 02:49:48 UTC (rev 10163)
+++ gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy/db_flexrf.cc
2008-12-24 07:04:59 UTC (rev 10164)
@@ -282,7 +282,7 @@
void
flexrf_base_tx::shutdown()
{
- fprintf(stderr, "flexrf_base_tx::shutdown d_is_shutdown = %d\n",
d_is_shutdown);
+ // fprintf(stderr, "flexrf_base_tx::shutdown d_is_shutdown = %d\n",
d_is_shutdown);
if (!d_is_shutdown){
d_is_shutdown = true;
@@ -404,7 +404,7 @@
void
flexrf_base_rx::shutdown()
{
- fprintf(stderr, "flexrf_base_rx::shutdown d_is_shutdown = %d\n",
d_is_shutdown);
+ // fprintf(stderr, "flexrf_base_rx::shutdown d_is_shutdown = %d\n",
d_is_shutdown);
if (!d_is_shutdown){
d_is_shutdown = true;
@@ -417,16 +417,16 @@
d_PD = 3;
- fprintf(stderr, "flexrf_base_rx::shutdown before _write_control\n");
+ // fprintf(stderr, "flexrf_base_rx::shutdown before _write_control\n");
_write_control(_compute_control_reg());
- fprintf(stderr, "flexrf_base_rx::shutdown before _enable_refclk\n");
+ // fprintf(stderr, "flexrf_base_rx::shutdown before _enable_refclk\n");
_enable_refclk(false); // turn off refclk
- fprintf(stderr, "flexrf_base_rx::shutdown before set_auto_tr\n");
+ // fprintf(stderr, "flexrf_base_rx::shutdown before set_auto_tr\n");
set_auto_tr(false);
- fprintf(stderr, "flexrf_base_rx::shutdown after set_auto_tr\n");
+ // fprintf(stderr, "flexrf_base_rx::shutdown after set_auto_tr\n");
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10164 - gnuradio/branches/features/cppdb-test/usrp/host/lib/legacy,
jcorgan <=