summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-07-13 11:25:47 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-07-13 11:25:47 +0200
commit52f23fad43b47c6cebb38fa387c39d0e27a12797 (patch)
treed5d11a0875e2e58897f3b4b11952d3e77db97f6f
parent4065d4f5d506d7a0e562e98b06d2afd01e529df6 (diff)
Makefile: Set correct resistor4_pin for resistive_load
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5608e8f..45501e2 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ ifneq ($(findstring resistive_load,${drivers}), )
resistor1_pin ?= p3_0
resistor2_pin ?= p3_1
resistor3_pin ?= p3_2
- resistor4_pin ?= p3_4
+ resistor4_pin ?= p3_3
COMMON_FLAGS += -DDRIVER_RESISTIVE_LOAD
COMMON_FLAGS += -DRESISTIVE_LOAD_PIN1=GPIO::${resistor1_pin}
COMMON_FLAGS += -DRESISTIVE_LOAD_PIN2=GPIO::${resistor2_pin}