Made webbrowser configuration defaults visible.
This commit is contained in:
parent
c8e7967710
commit
52436163aa
2 changed files with 10 additions and 8 deletions
|
@ -29,16 +29,17 @@
|
|||
*
|
||||
* This file is part of the "contiki" web browser.
|
||||
*
|
||||
* $Id: webclient.c,v 1.4 2007/11/18 01:36:59 oliverschmidt Exp $
|
||||
* $Id: webclient.c,v 1.5 2007/11/30 21:53:50 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "contiki-net.h"
|
||||
#include "www.h"
|
||||
|
||||
#include "webclient.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define WEBCLIENT_TIMEOUT 100
|
||||
|
||||
#define WEBCLIENT_STATE_STATUSLINE 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue