Commit a88cc55c authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

ertm14: comment out really annoying debug message (perhaps we need finer…

ertm14: comment out really annoying debug message (perhaps we need finer granularity for the trace msgs...)
parent 1f8891dd
......@@ -307,7 +307,7 @@ void ertm15_update_rf_switches( struct ertm15_rf_distribution_device *dev )
int enabled = ( p->path == ERTM15_RF_LO ? dev->lo_enabled : dev->ref_enabled ) & (1 << p->channel );
board_dbg("rf_distr: switch %s ch %d -> %s\n", p->path == ERTM15_RF_LO ? "LO" : "REF", p->channel, enabled ? "ON" : "OFF" );
// board_dbg("rf_distr: switch %s ch %d -> %s\n", p->path == ERTM15_RF_LO ? "LO" : "REF", p->channel, enabled ? "ON" : "OFF" );
rf_switch_set( p->path, p->channel, enabled ? ERTM15_RF_OUT_ON : ERTM15_RF_OUT_OFF );
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment