mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
UAVCAN: using only primary interface for servers
This commit is contained in:
@@ -194,7 +194,7 @@ int UavcanNode::start_fw_server()
|
||||
|
||||
if (_servers == nullptr) {
|
||||
|
||||
rv = UavcanServers::start(2, _node);
|
||||
rv = UavcanServers::start(_node);
|
||||
|
||||
if (rv >= 0) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user