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