Skip to content

Commit bbd0e6d

Browse files
committed
small cleanup
1 parent ac8fe91 commit bbd0e6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

robotiq_hande_driver/hardware/include/robotiq_hande_driver/communication.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ struct CommunicationConfig {
7272
* @brief This class wrappers the low level serial modubus communication with the gripper
7373
*/
7474
class Communication {
75-
static constexpr auto DEBUG_MODBUS = false;
76-
static constexpr auto FAILURE_MODBUS = -1;
77-
7875
public:
7976
Communication();
8077

@@ -124,6 +121,9 @@ class Communication {
124121
private:
125122
CommunicationConfig cfg_;
126123
modbus_t* mb_;
124+
125+
static constexpr auto DEBUG_MODBUS = false;
126+
static constexpr auto FAILURE_MODBUS = -1;
127127
};
128128
} // namespace robotiq_hande_driver
129129
#endif // ROBOTIQ_HANDE_DRIVER__COMMUNICATION_HPP_

0 commit comments

Comments
 (0)