diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-12-19 14:19:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-19 14:19:43 -0500 |
| commit | ca60a034c73aa85f3508c60bdcfcf0d9035c0027 (patch) | |
| tree | 133b5d93b8175bef094fe80c77dde097c06cc308 | |
| parent | 5e4b3a8fb68265d89fe7d8d5d35d16bc28917f3a (diff) | |
| parent | a9f0b31a15b36e1fd184a318f4d0320df31de54d (diff) | |
Merge pull request #1411 from adafruit/ladyada-patch-1
Update README.rst
| -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 |
