aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
authorbvernoux2014-06-02 21:43:02 +0200
committerbvernoux2014-06-02 21:43:02 +0200
commit569aa90137614e6b54c12fa4aaec32cfdddbdbcd (patch)
treee5119ae8100d69241e180d85e87ffd512cfabc3b /stmhal/Makefile
parent8bf8404c155f9ee9a2afd7f85c5f0a8aed1d2e2d (diff)
micropython port for HydraBus
Diffstat (limited to 'stmhal/Makefile')
-rw-r--r--stmhal/Makefile4
1 files changed, 2 insertions, 2 deletions
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