mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 07:55:42 +00:00
apps/: Modification to build system: Unified application compilation rules
This commit is contained in:
parent
3e396d8e4e
commit
b5cfd93444
606 changed files with 1208 additions and 9232 deletions
|
|
@ -418,7 +418,7 @@ static int stackmonitor_daemon(int argc, char **argv)
|
|||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
int stackmonitor_start(int argc, char **argv)
|
||||
int stackmonitor_start_main(int argc, char **argv)
|
||||
{
|
||||
/* Has the monitor already started? */
|
||||
|
||||
|
|
@ -459,7 +459,7 @@ int stackmonitor_start(int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int stackmonitor_stop(int argc, char **argv)
|
||||
int stackmonitor_stop_main(int argc, char **argv)
|
||||
{
|
||||
/* Has the monitor already started? */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue