mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Remove final traces of the 8015 from the NuttX source tree
This commit is contained in:
parent
01bf45788e
commit
dd8d40dabd
15 changed files with 14 additions and 34 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue