From a9f0b31a15b36e1fd184a318f4d0320df31de54d Mon Sep 17 00:00:00 2001 From: "Limor \"Ladyada\" Fried" Date: Wed, 19 Dec 2018 13:25:18 -0500 Subject: [PATCH] Update README.rst https://github.com/adafruit/circuitpython/issues/1410 --- ports/atmel-samd/README.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ports/atmel-samd/README.rst b/ports/atmel-samd/README.rst index 1ff2a0e80b..6037c7d3b1 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