UAVCAN: using only primary interface for servers

This commit is contained in:
Pavel Kirienko
2015-08-23 21:28:47 +03:00
parent 86279dab6b
commit 8d67483d18
3 changed files with 14 additions and 12 deletions

View File

@@ -194,7 +194,7 @@ int UavcanNode::start_fw_server()
if (_servers == nullptr) {
rv = UavcanServers::start(2, _node);
rv = UavcanServers::start(_node);
if (rv >= 0) {
/*