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:
commit
934f7b6b33
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user