Skip to content

Commit c6b2326

Browse files
Remove visibility macro (#541)
1 parent de09d9c commit c6b2326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_7/hardware/include/ros2_control_demo_example_7/r6bot_hardware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace ros2_control_demo_example_7
3131
{
3232
using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;
3333

34-
class HARDWARE_INTERFACE_PUBLIC RobotSystem : public hardware_interface::SystemInterface
34+
class RobotSystem : public hardware_interface::SystemInterface
3535
{
3636
public:
3737
CallbackReturn on_init(const hardware_interface::HardwareInfo & info) override;

0 commit comments

Comments
 (0)