This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 02c9e20b8d6cdc9d0e6267512a04d46ffadc60dc Author: simbit18 <[email protected]> AuthorDate: Tue May 9 15:40:58 2023 +0200 arch/arm/src/lpc43xx/Kconfig: Fix indentation Remove spaces from Kconfig --- arch/arm/src/lpc43xx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/lpc43xx/Kconfig b/arch/arm/src/lpc43xx/Kconfig index 6fcab75a07..07e85540ff 100644 --- a/arch/arm/src/lpc43xx/Kconfig +++ b/arch/arm/src/lpc43xx/Kconfig @@ -239,7 +239,7 @@ config LPC43_RIT default n config LPC43_RIT_RES - int "Interrupt schedule resolution (nS)" + int "Interrupt schedule resolution (nS)" default 250 depends on LPC43_RIT
