aboutsummaryrefslogtreecommitdiff
path: root/stmhal/Makefile
diff options
context:
space:
mode:
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