This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 2254074f8212a154aa523c16ffae6a04be557cfd Author: simbit18 <[email protected]> AuthorDate: Fri Mar 3 17:11:48 2023 +0100 apps/examples/can/Makefile: Fix mistakes in comments Fix mistakes in comments --- examples/can/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/can/Makefile b/examples/can/Makefile index 9237bfd0b..5e02c45b1 100644 --- a/examples/can/Makefile +++ b/examples/can/Makefile @@ -20,11 +20,11 @@ include $(APPDIR)/Make.defs -# NuttX NX Graphics Example. +# Can example. MAINSRC = can_main.c -# Touchscreen built-in application info +# Can built-in application info PROGNAME = can PRIORITY = SCHED_PRIORITY_DEFAULT
