File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
_docs/tutorials/core/first_application_linux Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Each app is represented by a folder containing the following files:
2727* ` main.c ` : This file contains the logic of the application.
2828* ` CMakeLists.txt ` : This is the CMake file containing the script to compile the application.
2929
30- For the user to create its custom application, a folder ` <my_app> ` will need to be registered in this location,
30+ For the user to create a custom application, a folder ` <my_app> ` will need to be registered in this location,
3131containing the two files just described.
3232Also, any such new application folder needs to be registered in
3333` src/uros/micro-ROS-demos/rclc/CMakeLists.txt ` by adding the following line:
You can’t perform that action at this time.
0 commit comments