From d233c176da1b2d8afe6118997da33e32dca4a061 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 31 Aug 2020 14:04:39 +0200 Subject: arduino-nano-168 is no more --- Makefile | 5 ----- 1 file changed, 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} -- cgit v1.2.3