diff options
| -rw-r--r-- | ports/atmel-samd/README.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst index 1ff2a0e80..6037c7d3b 100644 --- a/ports/atmel-samd/README.rst +++ b/ports/atmel-samd/README.rst @@ -170,13 +170,7 @@ These commands should be executed from the root directory of the repository Build commands are run from the ``circuitpython/ports/atmel-samd`` directory. -To build for the Arduino Zero: - -.. code-block:: shell - - make - -To build for other boards you must change it by setting ``BOARD``. For example: +To build for a given board you must specify it by setting ``BOARD``. For example: .. code-block:: shell |
