Skip to content

Commit

Permalink
addtwoints_server: correct node name (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn authored Sep 4, 2023
1 parent ea56acf commit 70f3cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclc/addtwoints_server/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void main(void)

// create node
rcl_node_t node;
RCCHECK(rclc_node_init_default(&node, "add_twoints_client_rclc", "", &support));
RCCHECK(rclc_node_init_default(&node, "add_twoints_server_rclc", "", &support));

// create service
rcl_service_t service;
Expand Down

0 comments on commit 70f3cbf

Please sign in to comment.