From baf15a1a893c6e5611bd32dd64ab6633f9347579 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:14:03 +0100 Subject: [PATCH] apps/examples/qencoder/Makefile: Fix mistakes in comments Fix mistakes in comments --- examples/qencoder/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/qencoder/Makefile b/examples/qencoder/Makefile index 354c8ee2f..fe6b71cf6 100644 --- a/examples/qencoder/Makefile +++ b/examples/qencoder/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/qe/Makefile +# apps/examples/qencoder/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -20,7 +20,7 @@ include $(APPDIR)/Make.defs -# NuttX NX Graphics Example. +# Quadrature Encoder example. MAINSRC = qe_main.c