diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:04:39 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-08-31 14:04:39 +0200 |
commit | d233c176da1b2d8afe6118997da33e32dca4a061 (patch) | |
tree | 253ab7bb15ead978567341c8bcc5f267e77a3a6a /Makefile | |
parent | 5795bc4ecd40accd388d4fad348f84f716926ed5 (diff) |
arduino-nano-168 is no more
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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} |