mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 05:10:36 +08:00
CanIOManager::getCanDriver() - mutating overload
This commit is contained in:
@@ -165,6 +165,7 @@ public:
|
||||
CanIfacePerfCounters getIfacePerfCounters(uint8_t iface_index) const;
|
||||
|
||||
const ICanDriver& getCanDriver() const { return driver_; }
|
||||
ICanDriver& getCanDriver() { return driver_; }
|
||||
|
||||
/**
|
||||
* Returns:
|
||||
|
||||
Reference in New Issue
Block a user