1 parent b912029 commit bf00cdeCopy full SHA for bf00cde
1 file changed
ports/atmel-samd/Makefile
@@ -2,8 +2,7 @@
2
PYTHON2 ?= $(which python2 || which python2.7)
3
PYTHON3 ?= python3
4
5
-# Select the board to build for: if not given on the command line,
6
-# then default to PYBV10.
+# Select the board to build for.
7
ifeq ($(BOARD),)
8
$(error You must provide a BOARD parameter)
9
else
0 commit comments