Fixed argument name in rcl_lifecycle.h (#626)
Signed-off-by: ahcorde <ahcorde@gmail.com>
This commit is contained in:
parent
40f6a63310
commit
4f0406f754
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ RCL_WARN_UNUSED
|
||||||
rcl_lifecycle_transition_t *
|
rcl_lifecycle_transition_t *
|
||||||
rcl_lifecycle_get_transitions(
|
rcl_lifecycle_get_transitions(
|
||||||
rcl_lifecycle_transition_map_t * transition_map,
|
rcl_lifecycle_transition_map_t * transition_map,
|
||||||
unsigned int state_id);
|
unsigned int transition_id);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue