From bf00cde37d9fc08b0e2b4076df54f8fcc20e4526 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 2 Jul 2018 14:51:06 -0700 Subject: [PATCH] Comment tweak after board change --- ports/atmel-samd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile index 678ddffa3b9e9..731e82677601a 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