Skip to content

Commit

Permalink
Add static qualifier to goal state transition map
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobperron committed Oct 30, 2018
1 parent cf846b3 commit 6a8750e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl_action/src/rcl_action/goal_state_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ _set_canceled_event_handler(rcl_action_goal_state_t state, rcl_action_goal_event
}

// Transition map
rcl_action_goal_event_handler
static rcl_action_goal_event_handler
_goal_state_transition_map[GOAL_STATE_NUM_STATES][GOAL_EVENT_NUM_EVENTS] = {
[GOAL_STATE_ACCEPTED] = {
[GOAL_EVENT_EXECUTE] = _execute_event_handler,
Expand Down

0 comments on commit 6a8750e

Please sign in to comment.