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 319ca656b87 drivers/video/vnc: fix typo in Kconfig
319ca656b87 is described below

commit 319ca656b8710193f109311a0e84b204421a24f9
Author: Carlos Santos <[email protected]>
AuthorDate: Mon May 18 09:41:05 2026 -0300

    drivers/video/vnc: fix typo in Kconfig
    
    Mentioned header name is "kbd_codec.h", not "kbd_coded.h".
    
    Signed-off-by: Carlos Santos <[email protected]>
---
 drivers/video/vnc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/vnc/Kconfig b/drivers/video/vnc/Kconfig
index d722ce40763..1fb49f42cbb 100644
--- a/drivers/video/vnc/Kconfig
+++ b/drivers/video/vnc/Kconfig
@@ -137,7 +137,7 @@ config VNCSERVER_KBDENCODE
        depends on LIBC_KBDCODEC
        ---help---
                Use a special encoding of keyboard characters as defined in
-               include/nuttx/input/kbd_coded.h.
+               include/nuttx/input/kbd_codec.h.
 
 config VNCSERVER_TOUCH
        bool "Enable touch input"

Reply via email to