From 006e33c6461110f48d90652943d7086c0ee27815 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 3 Mar 2023 17:28:16 +0100 Subject: [PATCH] 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