mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-16 14:08:46 +08:00
Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.
This commit is contained in:
@@ -418,7 +418,7 @@ static int stackmonitor_daemon(int argc, char **argv)
|
||||
* Public Functions
|
||||
****************************************************************************/
|
||||
|
||||
int stackmonitor_start_main(int argc, char **argv)
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/* Has the monitor already started? */
|
||||
|
||||
|
Reference in New Issue
Block a user