Skip to content

Commit 5ad1212

Browse files
authored
Fix utils path (#73)
1 parent 18d8831 commit 5ad1212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libmicroros.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $(EXTENSIONS_DIR)/micro_ros_src/src:
6767
git clone -b master https://github.com/ros2/rmw_implementation src/rmw_implementation; \
6868
git clone -b master https://github.com/ros2/rcl_logging src/rcl_logging; \
6969
git clone -b master https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing src/ros2_tracing; \
70-
git clone -b main https://github.com/micro-ROS/micro_ros_utilities; \
70+
git clone -b main https://github.com/micro-ROS/micro_ros_utilities src/micro_ros_utilities; \
7171
touch src/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE; \
7272
touch src/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE; \
7373
touch src/rcl_logging/rcl_logging_spdlog/COLCON_IGNORE; \

0 commit comments

Comments
 (0)