diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2019-06-05 09:46:24 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2019-06-05 09:46:24 +0200 |
commit | 705a25ffd78a9108f57a6626072bde7405f4bd44 (patch) | |
tree | 17fa08a9bce496ca8c41620b678808574277b213 /Makefile | |
parent | b3451dad765096fd7bb1d2a993da13c1fc373bc8 (diff) |
Use two FRAM areas to ensure atomicity
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |