We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2254074 commit 006e33cCopy full SHA for 006e33c
examples/hidkbd/Makefile
@@ -20,14 +20,14 @@
20
21
include $(APPDIR)/Make.defs
22
23
-# USB Host HID keyboard Example
+# USB Host HID keyboard built-in application info
24
25
PROGNAME = $(CONFIG_EXAMPLES_HIDKBD_PROGNAME)
26
PRIORITY = $(CONFIG_EXAMPLES_HIDKBD_DEFPRIO)
27
STACKSIZE = $(CONFIG_EXAMPLES_HIDKBD_STACKSIZE)
28
MODULE = $(CONFIG_EXAMPLES_HIDKBD)
29
30
-# Hello, World! Example
+# USB Host HID keyboard example
31
32
MAINSRC = hidkbd_main.c
33
0 commit comments