summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-06-05 09:46:24 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-06-05 09:46:24 +0200
commit705a25ffd78a9108f57a6626072bde7405f4bd44 (patch)
tree17fa08a9bce496ca8c41620b678808574277b213 /Makefile
parentb3451dad765096fd7bb1d2a993da13c1fc373bc8 (diff)
Use two FRAM areas to ensure atomicity
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f719c31..dda7ef0 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,9 @@ endif
ifneq ($(findstring sharp96,${drivers}), )
CXX_TARGETS += src/driver/sharp96.cc
+ sharp96_power_pin ?= p1_2
+ sharp96_en_pin ?= p6_2
+ sharp96_cs_pin ?= p1_3
sharp96_power_pin ?= p4_2
sharp96_en_pin ?= p4_3
sharp96_cs_pin ?= p2_4