We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ecd4e commit c325c4bCopy full SHA for c325c4b
1 file changed
rcl/src/rcl/init.c
@@ -234,7 +234,6 @@ rcl_init(
234
fail_ret = RCL_RET_BAD_ALLOC;
235
goto fail;
236
}
237
-#endif //RCL_MICROROS
238
239
int validation_result;
240
size_t invalid_index;
@@ -266,6 +265,7 @@ rcl_init(
266
265
fail_ret = ret;
267
268
+#endif //RCL_MICROROS
269
270
// Initialize rmw_init.
271
rmw_ret_t rmw_ret = rmw_init(
0 commit comments