diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:04:16 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:04:16 +0200 |
commit | 5795bc4ecd40accd388d4fad348f84f716926ed5 (patch) | |
tree | cf4c220a90d8c69122586ba021d603efccd0baf2 | |
parent | a98a95450c7a1fb3e142c28bd9c5c06a2383da23 (diff) |
msp430fr5994lp-256k is no more
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -223,11 +223,6 @@ ifdef CONFIG_driver_sharp96 sharp96_en_pin ?= p6_2 sharp96_cs_pin ?= p1_3 endif - ifeq (${arch_dir}, msp430fr5994lp-256k) - sharp96_power_pin ?= p1_2 - sharp96_en_pin ?= p6_2 - sharp96_cs_pin ?= p1_3 - endif COMMON_FLAGS += -DDRIVER_SHARP6 COMMON_FLAGS += -DSHARP96_POWER_PIN=GPIO::${sharp96_power_pin} COMMON_FLAGS += -DSHARP96_EN_PIN=GPIO::${sharp96_en_pin} |