diff --git a/Makefile b/Makefile index 72e67a44aa337bd4d0d3747216c248ec4ac14b41..344672bbe8c09f78b9907287d7dbaf000f93714d 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}