Commit f3483dc0 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

nrf24l01test: select spi driver

parent f4d0c2e2
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,9 +5,10 @@
# SPDX-License-Identifier: CC0-1.0

ifdef app
	override loop = 1
	CONFIG_loop = y
	override timer_s = 1
	override drivers += ,nrf24l01
	override arch_drivers += ,spi
	CONFIG_driver_nrf24l01 = y
endif

ifeq (${tx}, 1)