Skip to content

Commit e55ed00

Browse files
authored
Correction of static library header files location after build step (#410)
1 parent fbce779 commit e55ed00

File tree

1 file changed

+2
-2
lines changed
  • _docs/tutorials/advanced/create_custom_static_library

1 file changed

+2
-2
lines changed

_docs/tutorials/advanced/create_custom_static_library/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ Once you have both files ready, just run the build step in the micro-ROS build s
115115
ros2 run micro_ros_setup build_firmware.sh $(pwd)/my_custom_toolchain.cmake $(pwd)/my_custom_colcon.meta
116116
```
117117

118-
Once the build finishes you will have a precompiled static library with all the micro-ROS functionality in `firmware/build/libmicroros.a` and you will have all the required headers for your application in `firmware/include`.
118+
Once the build finishes you will have a precompiled static library with all the micro-ROS functionality in `firmware/build/libmicroros.a` and you will have all the required headers for your application in `firmware/build/include`.
119119

120-
Just use them to link against in your development tools, and remember **if you are using a commercially available board we are accepting micro-ROS ports from the community**.
120+
Just use them to link against in your development tools, and remember **if you are using a commercially available board we are accepting micro-ROS ports from the community**.

0 commit comments

Comments
 (0)