Skip to content

Commit 0cb0a99

Browse files
pablogs9jamoralp
andauthored
Update _docs/concepts/build_system/index.md
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
1 parent b43e6d2 commit 0cb0a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_docs/concepts/build_system/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ It is possible to obtain a list of the supported hardware by running the command
4848
- By using just `host` as RTOS, micro-ROS will build a set of [micro-ROS demo applications](https://github.com/micro-ROS/micro-ROS-demos) natively in your host machine. This applications behaves just like a micro-ROS app (using the same layers and middleware) but allows the user to debug and test the applications.
4949
- By using `generate_lib` as RTOS it is possible to configure the build system for generating static libraries (`.a`) and a set of headers (`include`) that can be linked in any other external tool. This option requires a valid CMake toolchain.
5050

51-
Once the build system has create the new firmware project, it is possible to configure it using:
51+
Once the build system has created the new firmware project, it is possible to configure it using:
5252

5353
```bash
5454
# Configure step

0 commit comments

Comments
 (0)