You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2023/03/06 13:19:11 UTC

[nuttx-apps] 01/02: apps/examples/qencoder/Makefile: Fix mistakes in comments

This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit baf15a1a893c6e5611bd32dd64ab6633f9347579
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Mon Mar 6 12:14:03 2023 +0100

    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