mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Fix Kconfig style
Remove spaces from Kconfig files
This commit is contained in:
committed by
Masayuki Ishikawa
parent
5e7ce13b3e
commit
f0a74eb492
@@ -299,7 +299,7 @@ endchoice
|
||||
|
||||
config CXD56_AUDIO_I2S_RATE_1
|
||||
int "I2S0 data rate"
|
||||
default 48000
|
||||
default 48000
|
||||
range 48000 192000
|
||||
---help---
|
||||
This designates input and output data rate of I2S.
|
||||
@@ -353,7 +353,7 @@ endchoice
|
||||
|
||||
config CXD56_AUDIO_I2S_RATE_2
|
||||
int "I2S1 data rate"
|
||||
default 48000
|
||||
default 48000
|
||||
range 48000 192000
|
||||
---help---
|
||||
This designates input and output data rate of I2S1.
|
||||
|
||||
Reference in New Issue
Block a user