We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec4274 commit ecd2c36Copy full SHA for ecd2c36
1 file changed
rclc/int32_multinode/main.c
@@ -137,7 +137,7 @@ int main(int argc, const char * const * argv)
137
138
while (1)
139
{
140
- rclc_executor_spin_some(&executor_1, 100);
141
- rclc_executor_spin_some(&executor_2, 100);
+ rclc_executor_spin_some(&executor_1, RCL_MS_TO_NS(100));
+ rclc_executor_spin_some(&executor_2, RCL_MS_TO_NS(100));
142
}
143
0 commit comments