Skip to content

Commit 08a4988

Browse files
authored
Merge pull request #1691 from hadess/wip/hadess/fix-deps-typo
Fix typo in getting_started guide
2 parents 154821a + 8f88ff5 commit 08a4988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To build example, first change directory to an example folder.
6161
6262
$ cd examples/device/cdc_msc
6363
64-
Before building, we need to download MCU driver submodule to provide low-level MCU peripheral's driver first. Run the ``get-dpes`` target in one of the example folder as follow. You only need to do this once per mcu
64+
Before building, we need to download MCU driver submodule to provide low-level MCU peripheral's driver first. Run the ``get-deps`` target in one of the example folder as follow. You only need to do this once per mcu
6565

6666
.. code-block::
6767

0 commit comments

Comments
 (0)