From 705a25ffd78a9108f57a6626072bde7405f4bd44 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 5 Jun 2019 09:46:24 +0200 Subject: Use two FRAM areas to ensure atomicity --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3