apps/examples/ajoystick/Makefile: Fix mistakes in comments

Fix mistakes in comments
This commit is contained in:
simbit18 2023-04-12 12:58:11 +02:00 committed by Petro Karashchenko
parent c99a1fd2a5
commit a7889e122c

View File

@ -20,11 +20,11 @@
include $(APPDIR)/Make.defs include $(APPDIR)/Make.defs
# Hello, World! Example # AJOYSTICK Example
MAINSRC = ajoy_main.c MAINSRC = ajoy_main.c
# Buttons built-in application info # AJOYSTICK built-in application info
PROGNAME = ajoy PROGNAME = ajoy
PRIORITY = SCHED_PRIORITY_DEFAULT PRIORITY = SCHED_PRIORITY_DEFAULT