This is an automated email from the ASF dual-hosted git repository.

xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 71610ddac0f drivers/serial: correct the USART9 console label
71610ddac0f is described below

commit 71610ddac0f68ea2d669748913ba5883e878208d
Author: raiden00pl <[email protected]>
AuthorDate: Thu Aug 20 14:45:11 2026 +0200

    drivers/serial: correct the USART9 console label
    
    correct the USART9 console label
    
    Signed-off-by: raiden00pl <[email protected]>
    Assisted-by: Claude Code
---
 drivers/serial/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index ece1ba5bc5f..ca4f7ae6494 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -586,7 +586,7 @@ config USART8_SERIAL_CONSOLE
        select SERIAL_CONSOLE
 
 config USART9_SERIAL_CONSOLE
-       bool "USART8"
+       bool "USART9"
        depends on USART9_SERIALDRIVER
        select SERIAL_CONSOLE
 

Reply via email to