summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:04:39 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:04:39 +0200
commitd233c176da1b2d8afe6118997da33e32dca4a061 (patch)
tree253ab7bb15ead978567341c8bcc5f267e77a3a6a
parent5795bc4ecd40accd388d4fad348f84f716926ed5 (diff)
arduino-nano-168 is no more
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 72e67a4..344672b 100644
--- a/Makefile
+++ b/Makefile
@@ -200,11 +200,6 @@ ifdef CONFIG_driver_nrf24l01
nrf24l01_cs_pin ?= pc0
nrf24l01_irq_pin ?= pc2
endif
- ifeq (${arch_dir}, arduino-nano-168)
- nrf24l01_en_pin ?= pc1
- nrf24l01_cs_pin ?= pc0
- nrf24l01_irq_pin ?= pc2
- endif
COMMON_FLAGS += -DDRIVER_NRF24L01
COMMON_FLAGS += -DNRF24L01_EN_PIN=GPIO::${nrf24l01_en_pin}
COMMON_FLAGS += -DNRF24L01_CS_PIN=GPIO::${nrf24l01_cs_pin}