Skip to content

Commit 321daa3

Browse files
authored
Merge pull request adafruit#983 from adafruit/tannewt-patch-1
Comment tweak after board change
2 parents b912029 + bf00cde commit 321daa3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ports/atmel-samd/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
PYTHON2 ?= $(which python2 || which python2.7)
33
PYTHON3 ?= python3
44

5-
# Select the board to build for: if not given on the command line,
6-
# then default to PYBV10.
5+
# Select the board to build for.
76
ifeq ($(BOARD),)
87
$(error You must provide a BOARD parameter)
98
else

0 commit comments

Comments
 (0)