From c647fc63dee8e5b8a8033f7759a6c8ef59994891 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Wed, 12 Apr 2023 12:43:37 +0200 Subject: [PATCH] apps/examples/sht3x/Makefile: Fix mistakes in comments Fix mistakes in comments --- examples/sht3x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sht3x/Makefile b/examples/sht3x/Makefile index 184872898..e1d753b1e 100644 --- a/examples/sht3x/Makefile +++ b/examples/sht3x/Makefile @@ -20,7 +20,7 @@ include $(APPDIR)/Make.defs -# Hello, World! built-in application info +# SHT3X built-in application info PROGNAME = $(CONFIG_EXAMPLES_SHT3X_PROGNAME) PRIORITY = $(CONFIG_EXAMPLES_SHT3X_PRIORITY)