Skip to content

Commit 006e33c

Browse files
simbit18xiaoxiang781216
authored andcommitted
apps/examples/hidkbd/Makefile: Fix mistakes in comments
Fix mistakes in comments
1 parent 2254074 commit 006e33c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/hidkbd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
include $(APPDIR)/Make.defs
2222

23-
# USB Host HID keyboard Example
23+
# USB Host HID keyboard built-in application info
2424

2525
PROGNAME = $(CONFIG_EXAMPLES_HIDKBD_PROGNAME)
2626
PRIORITY = $(CONFIG_EXAMPLES_HIDKBD_DEFPRIO)
2727
STACKSIZE = $(CONFIG_EXAMPLES_HIDKBD_STACKSIZE)
2828
MODULE = $(CONFIG_EXAMPLES_HIDKBD)
2929

30-
# Hello, World! Example
30+
# USB Host HID keyboard example
3131

3232
MAINSRC = hidkbd_main.c
3333

0 commit comments

Comments
 (0)