summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-12-19 14:19:43 -0500
committerGitHub <noreply@github.com>2018-12-19 14:19:43 -0500
commitca60a034c73aa85f3508c60bdcfcf0d9035c0027 (patch)
tree133b5d93b8175bef094fe80c77dde097c06cc308
parent5e4b3a8fb68265d89fe7d8d5d35d16bc28917f3a (diff)
parenta9f0b31a15b36e1fd184a318f4d0320df31de54d (diff)
Merge pull request #1411 from adafruit/ladyada-patch-1
Update README.rst
-rw-r--r--ports/atmel-samd/README.rst8
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