mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 08:53:15 +00:00
TABs instead of spaces in Kconfig
This commit is contained in:
parent
59a189be74
commit
a92a865be6
1 changed files with 5 additions and 5 deletions
|
|
@ -36,11 +36,11 @@ config AUDIO_I2SCHAR_TXTIMEOUT
|
|||
endif # AUDIO_I2SCHAR
|
||||
|
||||
config AUDIO_TONE
|
||||
bool "Audio Tone Generator using PWM"
|
||||
default n
|
||||
depends on PWM && AUDIO_DEVICES
|
||||
---help---
|
||||
This driver enables the Audio Tone Generator for NuttX.
|
||||
bool "Audio Tone Generator using PWM"
|
||||
default n
|
||||
depends on PWM && AUDIO_DEVICES
|
||||
---help---
|
||||
This driver enables the Audio Tone Generator for NuttX.
|
||||
|
||||
if AUDIO_TONE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue