From a7889e122ce77d014cad9ad469aa6455f3e58de9 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Wed, 12 Apr 2023 12:58:11 +0200 Subject: [PATCH] apps/examples/ajoystick/Makefile: Fix mistakes in comments Fix mistakes in comments --- examples/ajoystick/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ajoystick/Makefile b/examples/ajoystick/Makefile index 0266cf8c2..04620d741 100644 --- a/examples/ajoystick/Makefile +++ b/examples/ajoystick/Makefile @@ -20,11 +20,11 @@ include $(APPDIR)/Make.defs -# Hello, World! Example +# AJOYSTICK Example MAINSRC = ajoy_main.c -# Buttons built-in application info +# AJOYSTICK built-in application info PROGNAME = ajoy PRIORITY = SCHED_PRIORITY_DEFAULT