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

nrf24l01test: select spi driver

parent f4d0c2e2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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