diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/develop/gettingstarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst index c2d3816d4..c51cac360 100644 --- a/docs/develop/gettingstarted.rst +++ b/docs/develop/gettingstarted.rst @@ -228,7 +228,7 @@ You can also specify which board to use: .. code-block:: bash $ cd ports/stm32 - $ make submodules + $ make BOARD=<board> submodules $ make BOARD=<board> See `ports/stm32/boards <https://github.com/micropython/micropython/tree/master/ports/stm32/boards>`_ |
