mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 17:40:34 +08:00
BasicFileServerBackend typo fix
This commit is contained in:
@@ -48,7 +48,7 @@ uavcan_linux::NodePtr initNode(const std::vector<std::string>& ifaces, uavcan::N
|
||||
|
||||
void runForever(const uavcan_linux::NodePtr& node)
|
||||
{
|
||||
uavcan_posix::BasicFileSeverBackend backend(*node);
|
||||
uavcan_posix::BasicFileServerBackend backend(*node);
|
||||
|
||||
uavcan::FileServer server(*node, backend);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user