1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #2161 from haukepetersen/fix_test_nrf24

test/driver_nrf24l01p: changed default GPIOs
This commit is contained in:
Hauke Petersen 2014-12-08 16:16:37 +01:00
commit 934f7b6b33

View File

@ -10,9 +10,9 @@ USEMODULE += nrf24l01p
FEATURES_REQUIRED = periph_spi
SPI_PORT ?= SPI_0
CE_PIN ?= GPIO_8
CS_PIN ?= GPIO_7
IRQ_PIN ?= GPIO_6
CE_PIN ?= GPIO_0
CS_PIN ?= GPIO_1
IRQ_PIN ?= GPIO_2
include $(RIOTBASE)/Makefile.include