From 569aa90137614e6b54c12fa4aaec32cfdddbdbcd Mon Sep 17 00:00:00 2001 From: bvernoux Date: Mon, 2 Jun 2014 21:43:02 +0200 Subject: micropython port for HydraBus --- stmhal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stmhal/Makefile') diff --git a/stmhal/Makefile b/stmhal/Makefile index e27dd7b6c..45af8d1d1 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -1,6 +1,6 @@ # Select the board to build for: if not given on the command line, -# then default to PYBV10. -BOARD ?= PYBV10 +# then default to HYDRABUS. +BOARD ?= HYDRABUS ifeq ($(wildcard boards/$(BOARD)/.),) $(error Invalid BOARD specified) endif -- cgit v1.2.3