summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-07-02 18:26:26 -0700
committerGitHub <noreply@github.com>2018-07-02 18:26:26 -0700
commit321daa3523a0b1ddc9591e20da969c422fd3b2ae (patch)
tree3860b61e2fed20c33fcfbbbaeff7790fefa96516
parentb91202969a89a62e6b9cec86799ae4a64ad2694c (diff)
parentbf00cde37d9fc08b0e2b4076df54f8fcc20e4526 (diff)
Merge pull request #983 from adafruit/tannewt-patch-1
Comment tweak after board change
-rw-r--r--ports/atmel-samd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile
index 678ddffa3..731e82677 100644
--- a/ports/atmel-samd/Makefile
+++ b/ports/atmel-samd/Makefile
@@ -2,8 +2,7 @@
PYTHON2 ?= $(which python2 || which python2.7)
PYTHON3 ?= python3
-# Select the board to build for: if not given on the command line,
-# then default to PYBV10.
+# Select the board to build for.
ifeq ($(BOARD),)
$(error You must provide a BOARD parameter)
else