Revert "fix progname do not match issue"

This reverts commit c230321cae.
This commit is contained in:
xuxin19 2023-10-09 19:47:05 +08:00 committed by Xiang Xiao
parent 1e5e755ba2
commit 77a5666cb7
5 changed files with 5 additions and 5 deletions

View file

@ -22,7 +22,7 @@ include $(APPDIR)/Make.defs
# Stack Monitor Application
PROGNAME = stackmonitor_start
PROGNAME = stackmonitor_start stackmonitor_stop
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE)
MODULE = $(CONFIG_SYSTEM_STACKMONITOR)