system/sched_note/Makefile: Fix program name.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-11-11 15:13:14 +01:00 committed by Xiang Xiao
parent a4dd508c9c
commit 31ad83e018

View File

@ -20,14 +20,14 @@
include $(APPDIR)/Make.defs
# LED driver test built-in application info
# Note driver test built-in application info
PROGNAME = $(CONFIG_SYSTEM_NOTE_PROGNAME)
PRIORITY = $(CONFIG_SYSTEM_NOTE_PRIORITY)
STACKSIZE = $(CONFIG_SYSTEM_NOTE_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_NOTE)
# LED driver test
# Note driver test
MAINSRC = note_main.c