mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-16 14:08:46 +08:00
Remove final traces of the 8015 from the NuttX source tree
This commit is contained in:
@@ -152,7 +152,7 @@ int stackmonitor_start(int argc, char **argv)
|
||||
g_stackmonitor.started = true;
|
||||
g_stackmonitor.stop = false;
|
||||
|
||||
ret = TASK_CREATE("Stack Monitor", CONFIG_SYSTEM_STACKMONITOR_PRIORITY,
|
||||
ret = task_create("Stack Monitor", CONFIG_SYSTEM_STACKMONITOR_PRIORITY,
|
||||
CONFIG_SYSTEM_STACKMONITOR_STACKSIZE,
|
||||
(main_t)stackmonitor_daemon, (FAR char * const *)NULL);
|
||||
if (ret < 0)
|
||||
|
Reference in New Issue
Block a user