Skip to content

Commit

Permalink
fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
hsd-dev committed Oct 23, 2023
1 parent ed53919 commit 55b60e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pf_driver/src/pf/r2000/pfsdp_2000.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ bool PFSDP_2000::reconfig_callback_impl(const std::vector<rclcpp::Parameter>& pa
}
else if (parameter.get_name() == "hmi_display_mode")
{
return set_parameter(
{ KV(parameter.get_name(), parameter.value_to_string() == "mode_off" ? "off" : parameter.value_to_string()) });
return set_parameter({ KV(parameter.get_name(),
parameter.value_to_string() == "mode_off" ? "off" : parameter.value_to_string()) });
}
}

Expand Down

0 comments on commit 55b60e7

Please sign in to comment.