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-apps.git

commit 006e33c6461110f48d90652943d7086c0ee27815
Author: simbit18 <[email protected]>
AuthorDate: Fri Mar 3 17:28:16 2023 +0100

    apps/examples/hidkbd/Makefile: Fix mistakes in comments
    
    Fix mistakes in comments
---
 examples/hidkbd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/hidkbd/Makefile b/examples/hidkbd/Makefile
index e216cd11a..91a644692 100644
--- a/examples/hidkbd/Makefile
+++ b/examples/hidkbd/Makefile
@@ -20,14 +20,14 @@
 
 include $(APPDIR)/Make.defs
 
-# USB Host HID keyboard Example
+# USB Host HID keyboard built-in application info
 
 PROGNAME = $(CONFIG_EXAMPLES_HIDKBD_PROGNAME)
 PRIORITY = $(CONFIG_EXAMPLES_HIDKBD_DEFPRIO)
 STACKSIZE = $(CONFIG_EXAMPLES_HIDKBD_STACKSIZE)
 MODULE = $(CONFIG_EXAMPLES_HIDKBD)
 
-# Hello, World! Example
+# USB Host HID keyboard example
 
 MAINSRC = hidkbd_main.c
 

Reply via email to