Skip to content
Snippets Groups Projects
Commit d233c176 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

arduino-nano-168 is no more

parent 5795bc4e
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment