summaryrefslogtreecommitdiffstats
path: root/make.mk
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-04-10 15:57:13 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-04-10 15:57:13 -0400
commit3eb38210090b9d9bbf2ff869c43e670038fe2af3 (patch)
tree8c03c32f1837814030700d45ca5cbd292c1ae8e0 /make.mk
parent6bdaff5d2abaeb614e98de2c9e5d0a02b439fa8f (diff)
downloadSensor-Watch-3eb38210090b9d9bbf2ff869c43e670038fe2af3.tar.gz
Sensor-Watch-3eb38210090b9d9bbf2ff869c43e670038fe2af3.tar.bz2
Sensor-Watch-3eb38210090b9d9bbf2ff869c43e670038fe2af3.zip
make A1-05 the default board (final hardware)
Diffstat (limited to 'make.mk')
-rw-r--r--make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.mk b/make.mk
index 851e7e9b..528b0987 100644
--- a/make.mk
+++ b/make.mk
@@ -3,7 +3,7 @@ BUILD = ./build
BIN = watch
ifndef BOARD
-override BOARD = OSO-SWAT-A1-04
+override BOARD = OSO-SWAT-A1-05
endif
##############################################################################