We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22209a4 commit d7754e1Copy full SHA for d7754e1
1 file changed
examples/int32_sub_pub/main/main.c
@@ -95,7 +95,7 @@ void micro_ros_task(void * arg)
95
// Spin forever.
96
send_msg.data = 0;
97
while(1){
98
- rclc_executor_spin_some(&executor, 100);
+ rclc_executor_spin_some(&executor, RCL_MS_TO_NS(100));
99
usleep(100000);
100
}
101
0 commit comments