mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 21:49:32 +00:00
clever/led: Remove return type from notify
This commit is contained in:
@@ -230,7 +230,7 @@ void handleState(const led_msgs::LEDStateArray& msg)
|
||||
led_count = state.leds.size();
|
||||
}
|
||||
|
||||
bool notify(const std::string& event)
|
||||
void notify(const std::string& event)
|
||||
{
|
||||
if (ros::param::has("~notify/" + event + "/effect") ||
|
||||
ros::param::has("~notify/" + event + "/r") ||
|
||||
|
||||
Reference in New Issue
Block a user