Merged in rnouse/nuttx-apps (pull request #67)

Add missed dependency

Approved-by: Gregory Nutt
This commit is contained in:
Anton D. Kachalov 2017-03-09 14:10:35 +00:00 committed by Gregory Nutt
commit 6f3b0615e1

View File

@ -6,6 +6,7 @@
config EXAMPLES_NRF24L01TERM
bool "Basic nRF24L01 terminal"
default n
depends on DRIVERS_WIRELESS
if EXAMPLES_NRF24L01TERM
endif