Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-)
This commit is contained in:
parent
e70e729be6
commit
614fa668cd
16 changed files with 19 additions and 44 deletions
|
@ -29,7 +29,7 @@
|
|||
*
|
||||
* This file is part of the Contiki desktop environment for the C64.
|
||||
*
|
||||
* $Id: webserver.c,v 1.4 2008/02/07 16:32:11 oliverschmidt Exp $
|
||||
* $Id: webserver.c,v 1.5 2008/02/08 22:53:32 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -51,9 +51,7 @@ static struct ctk_label message =
|
|||
|
||||
PROCESS(webserver_process, "Web server");
|
||||
|
||||
#if SELFSTART_PROCESS
|
||||
AUTOSTART_PROCESSES(&webserver_process);
|
||||
#endif /* SELFSTART_PROCESS */
|
||||
|
||||
#define LOG_WIDTH 38
|
||||
#define LOG_HEIGHT 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue