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: simpletelnet.c,v 1.3 2007/09/29 04:02:06 matsutsuka Exp $
|
||||
* $Id: simpletelnet.c,v 1.4 2008/02/07 16:31:34 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -91,6 +91,10 @@ static char sendline[31+2];
|
|||
|
||||
PROCESS(simpletelnet_process, "Telnet client");
|
||||
|
||||
#if SELFSTART_PROCESS
|
||||
AUTOSTART_PROCESSES(&simpletelnet_process);
|
||||
#endif /* SELFSTART_PROCESS */
|
||||
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
static void
|
||||
scrollup(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue