Skip to content

Commit dfba277

Browse files
committed
Updated APIs
1 parent e33f444 commit dfba277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C/Distributed/src/timelimit-ros.lf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ reactor Destination(period:time(1 sec)) {
110110

111111
private:
112112
void x_callback(const std_msgs::msg::Int32::SharedPtr msg) const {
113-
schedule_int(physical_action_, 0, msg->data);
113+
lf_schedule_int(physical_action_, 0, msg->data);
114114
}
115115
rclcpp::Subscription<std_msgs::msg::Int32>::SharedPtr destination_;
116116
void* physical_action_;

0 commit comments

Comments
 (0)