mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:23:37 +00:00
Remove completed TODO
TODO for serial number support should be removed now that the feature is implemented and merged. Bug: 142654031 Test: Manual - comment only change Change-Id: Ib733e71840e82e5cd9c47825a53f804f9c296a3d
This commit is contained in:
@@ -96,7 +96,6 @@ std::optional<ICanController::BusConfig> fromPbBus(const Bus& pb_bus) {
|
||||
if (!ifname.empty()) socketcan.ifname(ifname);
|
||||
if (!serialno.empty()) socketcan.serialno({serialno.begin(), serialno.end()});
|
||||
bus_cfg.interfaceId.socketcan(socketcan);
|
||||
// TODO(b/142654031) - add support for serial number as an option instead of ifname.
|
||||
break;
|
||||
}
|
||||
case Bus::kSlcan: {
|
||||
|
||||
Reference in New Issue
Block a user