Allow to optionally (triggered with SELFSTART_PROCESS) self start the application.
This commit is contained in:
parent
155a27ff59
commit
0a8f384a40
13 changed files with 64 additions and 12 deletions
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
* This file is part of the Contiki desktop environment
|
||||
*
|
||||
* $Id: about.c,v 1.2 2006/08/13 13:59:07 oliverschmidt Exp $
|
||||
* $Id: about.c,v 1.3 2008/02/07 16:28:11 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -60,6 +60,10 @@ static struct ctk_button aboutclose =
|
|||
|
||||
PROCESS(about_process, "About Contiki");
|
||||
|
||||
#if SELFSTART_PROCESS
|
||||
AUTOSTART_PROCESSES(&about_process);
|
||||
#endif /* SELFSTART_PROCESS */
|
||||
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
static void
|
||||
about_quit(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue