doc: update Rust documentation to say support Rust instead of CMake
Seemed to be a typo in the Rust doc page saying to enable CMake support in your CMakeLists.txt. Swapped to say Rust. Signed-off-by: Michael Feist <michael.feist@etcconnect.com>
This commit is contained in:
parent
c93860fae2
commit
63623915af
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ In order to enable Rust support in a Zephyr application, a few things need to be
|
|||
to do this (as well as the CMake setup from the next step) is to start with one of the samples
|
||||
in :module_file:`modules/lang/rust/samples <zephyr-lang-rust:samples>`.
|
||||
|
||||
3. Configure the application's :file:`CMakeLists.txt` file to support CMake. Again this is easiest
|
||||
3. Configure the application's :file:`CMakeLists.txt` file to support Rust. Again this is easiest
|
||||
to copy from a sample, but this will look something like:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue