mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/leds: Switch dependence from ARCH_HAVE_LEDS && !ARCH_LEDS to USERLED
application just use USERLED ioctl and shouldn't take care the implementation detail Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I5b707d86db1bd96d85b6fed1d5a403584739f0d7
This commit is contained in:
parent
2ba9fd55af
commit
8e9e49a2f8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
config EXAMPLES_LEDS
|
||||
tristate "LED driver example"
|
||||
default n
|
||||
depends on ARCH_HAVE_LEDS && !ARCH_LEDS
|
||||
depends on USERLED
|
||||
---help---
|
||||
Enable the LED driversexample
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue