Minor format and comment changes

This commit is contained in:
dak664 2010-12-14 22:51:04 +00:00
parent a026c94467
commit 1d2a5ca671
5 changed files with 5 additions and 6 deletions

View file

@ -31,6 +31,7 @@ u8_t tcpip_output(uip_lladdr_t * lladdr){
} }
return 0; return 0;
} }
//Called from sicslowpan.c
void tcpip_set_outputfunc(u8_t (* f)(uip_lladdr_t *)) { void tcpip_set_outputfunc(u8_t (* f)(uip_lladdr_t *)) {
output = f; output = f;
} }

View file

@ -3,4 +3,4 @@
<link rel="stylesheet" type="text/css" href="/style.css"><link rel="icon" href="favicon.png" type="image/png"> <link rel="stylesheet" type="text/css" href="/style.css"><link rel="icon" href="favicon.png" type="image/png">
</head><body bgcolor="#fffeec" text="black"> </head><body bgcolor="#fffeec" text="black">
<div class="menublock"><div class="menu"><p class="border-title">Menu</p><p class="menu"><a href="/">Front page</a><br><a href="status.shtml">Status</a><br><a href="files.shtml">File statistics</a><br><a href="tcp.shtml">Network connections</a><br><a href="process.shtml">System processes</a><br><a href="sensor.shtml">Sensor Readings</a></p></div></div> <div class="menublock"><div class="menu"><p class="border-title">Menu</p><p class="menu"><a href="/">Front page</a><br><a href="status.shtml">Status</a><br><a href="files.shtml">File statistics</a><br><a href="tcp.shtml">Network connections</a><br><a href="process.shtml">System processes</a><br><a href="sensor.shtml">Sensor Readings</a></p></div></div>
<div class="contentblock"><p class="border-title">Welcome to the <a href="http://www.sics.se/contiki/">Contiki</a> web server on Huginn!</p> <div class="contentblock"><p class="border-title">Welcome to the <a href="http://www.sics.se/contiki/">Contiki</a> web server on Huginn!</p>

View file

@ -3,4 +3,4 @@
<link rel="stylesheet" type="text/css" href="/style.css"><link rel="icon" href="favicon.png" type="image/png"> <link rel="stylesheet" type="text/css" href="/style.css"><link rel="icon" href="favicon.png" type="image/png">
</head><body bgcolor="#fffeec" text="black"> </head><body bgcolor="#fffeec" text="black">
<div class="menublock"><div class="menu"><p class="border-title">Menu</p><p class="menu"><a href="/">Front page</a><br><a href="status.shtml">Status</a><br><a href="files.shtml">File statistics</a><br><a href="tcp.shtml">Network connections</a><br><a href="process.shtml">System processes</a><br><a href="sensor.shtml">Sensor Readings</a></p></div></div> <div class="menublock"><div class="menu"><p class="border-title">Menu</p><p class="menu"><a href="/">Front page</a><br><a href="status.shtml">Status</a><br><a href="files.shtml">File statistics</a><br><a href="tcp.shtml">Network connections</a><br><a href="process.shtml">System processes</a><br><a href="sensor.shtml">Sensor Readings</a></p></div></div>
<div class="contentblock"><p class="border-title">Welcome to the <a href="http://www.sics.se/contiki/">Contiki</a> web server on Muninn!</p> <div class="contentblock"><p class="border-title">Welcome to the <a href="http://www.sics.se/contiki/">Contiki</a> web server on Muninn!</p>

View file

@ -28,7 +28,7 @@
* *
* This file is part of the uIP TCP/IP stack. * This file is part of the uIP TCP/IP stack.
* *
* $Id: httpd-cgi.c,v 1.10 2010/12/04 21:32:35 dak664 Exp $ * $Id: httpd-cgi.c,v 1.11 2010/12/14 22:51:04 dak664 Exp $
* *
*/ */
@ -292,7 +292,6 @@ static const char httpd_cgi_addrn[] HTTPD_STRING_ATTR = "(none)<br>";
extern uip_ds6_nbr_t uip_ds6_nbr_cache[]; extern uip_ds6_nbr_t uip_ds6_nbr_cache[];
extern uip_ds6_route_t uip_ds6_routing_table[]; extern uip_ds6_route_t uip_ds6_routing_table[];
extern uip_ds6_netif_t uip_ds6_if; extern uip_ds6_netif_t uip_ds6_if;
#include "rpl.h"
static unsigned short static unsigned short
make_addresses(void *p) make_addresses(void *p)

View file

@ -310,8 +310,7 @@ void mac_ethernetSetup(void)
usbstick_mode.sendToRf = 1; usbstick_mode.sendToRf = 1;
usbstick_mode.translate = 1; usbstick_mode.translate = 1;
usbstick_mode.debugOn= 1; usbstick_mode.debugOn= 1;
//usbstick_mode.raw = 1; usbstick_mode.raw = 0;
usbstick_mode.raw = 0; //default: don't report raw frames until they are entirely correct
#if !RF230BB #if !RF230BB
sicslowinput = pinput; sicslowinput = pinput;