mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
arch/rp2040: Fix Kconfig style
- Remove TAB Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
@@ -300,7 +300,7 @@ config RP2040_PWM0A_INVERT
|
||||
|
||||
if RP2040_PWM_MULTICHAN && RP2040_PWM_NCHANNELS > 1
|
||||
|
||||
config RP2040_PWM0B_INVERT
|
||||
config RP2040_PWM0B_INVERT
|
||||
bool "PWM0 channel 2 invert"
|
||||
default n
|
||||
---help---
|
||||
@@ -309,7 +309,7 @@ if RP2040_PWM_MULTICHAN && RP2040_PWM_NCHANNELS > 1
|
||||
|
||||
endif # RP2040_PWM_MULTICHAN && RP2040_PWM_NCHANNELS > 1
|
||||
|
||||
config RP2040_PWM0_PHASE_CORRECT
|
||||
config RP2040_PWM0_PHASE_CORRECT
|
||||
bool "PWM0 phase correct"
|
||||
default n
|
||||
|
||||
|
||||
Reference in New Issue
Block a user