mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-17 16:51:44 +08:00
Fixed lint warning.
This commit is contained in:
@@ -199,7 +199,7 @@ ec_slave_config_t *ec_master::slave_config(
|
||||
}
|
||||
}
|
||||
else {
|
||||
return &slaves.insert(std::make_pair<ec_address, ec_slave_config>(
|
||||
return &slaves.insert(std::make_pair(
|
||||
ec_address {address},
|
||||
ec_slave_config {
|
||||
address,
|
||||
|
||||
Reference in New Issue
Block a user