Skip to content

Commit

Permalink
Remove visibility macro (ros-controls#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jul 21, 2024
1 parent de09d9c commit c6b2326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace ros2_control_demo_example_7
{
using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;

class HARDWARE_INTERFACE_PUBLIC RobotSystem : public hardware_interface::SystemInterface
class RobotSystem : public hardware_interface::SystemInterface
{
public:
CallbackReturn on_init(const hardware_interface::HardwareInfo & info) override;
Expand Down

0 comments on commit c6b2326

Please sign in to comment.