aboutsummaryrefslogtreecommitdiff
path: root/stmhal
diff options
context:
space:
mode:
authorbvernoux2014-06-03 18:59:24 +0200
committerbvernoux2014-06-03 18:59:24 +0200
commitc3c353d7f108fcef92943bcc9e0a7f8a75a6fa18 (patch)
tree9d1a9d7b75469e516db25611e753a2b35682860b /stmhal
parent65a97e8d9cde881506ab02fece4e6c88759aa458 (diff)
Cleanup/removed specific stuff specific to HydraBus (except board).
Diffstat (limited to 'stmhal')
-rw-r--r--stmhal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 45af8d1d1..e27dd7b6c 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 HYDRABUS.
-BOARD ?= HYDRABUS
+# then default to PYBV10.
+BOARD ?= PYBV10
ifeq ($(wildcard boards/$(BOARD)/.),)
$(error Invalid BOARD specified)
endif