Skip to content

Commit c04b706

Browse files
committed
FIX: wait_100ms declaration
1 parent c386689 commit c04b706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotiq_hande_driver/hardware/src/hande_hardware_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace robotiq_hande_driver {
77

88
constexpr auto ACTIVATION_MAX_ITER = 100;
9-
inline wait_100ms() {
9+
inline void wait_100ms() {
1010
usleep(100 * 1000);
1111
}
1212

0 commit comments

Comments
 (0)