diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-10 15:57:13 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-10 15:57:13 -0400 |
commit | 3eb38210090b9d9bbf2ff869c43e670038fe2af3 (patch) | |
tree | 8c03c32f1837814030700d45ca5cbd292c1ae8e0 | |
parent | 6bdaff5d2abaeb614e98de2c9e5d0a02b439fa8f (diff) | |
download | Sensor-Watch-3eb38210090b9d9bbf2ff869c43e670038fe2af3.tar.gz Sensor-Watch-3eb38210090b9d9bbf2ff869c43e670038fe2af3.tar.bz2 Sensor-Watch-3eb38210090b9d9bbf2ff869c43e670038fe2af3.zip |
make A1-05 the default board (final hardware)
-rw-r--r-- | make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ BUILD = ./build BIN = watch ifndef BOARD -override BOARD = OSO-SWAT-A1-04 +override BOARD = OSO-SWAT-A1-05 endif ############################################################################## |