Skip to content

Commit 36a9bc0

Browse files
4ntngithub-actions[bot]
authored andcommitted
micro-ROS humble Library auto-update 15-09-2025 06:37
1 parent f8d5624 commit 36a9bc0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://github.com/ros2/libyaml_vendor.git 239f695ceaa0820255f3d0fe02ec8c2bd41b8
2222
https://github.com/ros2/rcl.git ca440022a4fec2ce4d3624e5412bd22bc73b247f
2323
https://github.com/ros2/rcl_interfaces.git 5afc90af2e217f83813935130bdfe74f46aa96bb
2424
https://github.com/ros2/rcl_logging.git 1b7a4e34884005f28eeb04065b5d94565c67b11d
25-
https://github.com/ros2/rclc f99f91dc8263b8cb29317f8240abfa42b86117b7
25+
https://github.com/ros2/rclc bb0f2b4360b1f73d9fe8f6ec51f488c3500e6044
2626
https://github.com/ros2/rcpputils.git 66cad68a198a147d50780dbb56e9f9c0a4728555
2727
https://github.com/ros2/rmw.git e5901447f14762975c7a8ea658f0ac731f4fb1c2
2828
https://github.com/ros2/rmw_implementation.git edc29883e9644f62aa95686ebdf9e8f2c150a7c1

src/rclc/executor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ rclc_executor_add_service(
428428
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
429429
* \return `RCL_RET_ERROR` if any other error occured
430430
*/
431+
RCLC_PUBLIC
431432
rcl_ret_t
432433
rclc_executor_add_action_client(
433434
rclc_executor_t * executor,
@@ -467,7 +468,7 @@ rclc_executor_add_action_client(
467468
* \return `RCL_RET_INVALID_ARGUMENT` if any parameter is a null pointer
468469
* \return `RCL_RET_ERROR` if any other error occured
469470
*/
470-
471+
RCLC_PUBLIC
471472
rcl_ret_t
472473
rclc_executor_add_action_server(
473474
rclc_executor_t * executor,

0 commit comments

Comments
 (0)