mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 06:24:07 +08:00
uavcan: reduce sensor status output verbosity
This commit is contained in:
parent
49f8131f82
commit
07fa8c5295
@ -242,9 +242,6 @@ void UavcanSensorBridgeBase::print_status() const
|
||||
if (_channels[i].node_id >= 0) {
|
||||
printf("channel %d: node id %d --> instance %d\n",
|
||||
i, _channels[i].node_id, _channels[i].instance);
|
||||
|
||||
} else {
|
||||
printf("channel %d: empty\n", i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user