Minor format and comment changes
This commit is contained in:
parent
a026c94467
commit
1d2a5ca671
|
@ -31,6 +31,7 @@ u8_t tcpip_output(uip_lladdr_t * lladdr){
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
//Called from sicslowpan.c
|
||||
void tcpip_set_outputfunc(u8_t (* f)(uip_lladdr_t *)) {
|
||||
output = f;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* 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_route_t uip_ds6_routing_table[];
|
||||
extern uip_ds6_netif_t uip_ds6_if;
|
||||
#include "rpl.h"
|
||||
|
||||
static unsigned short
|
||||
make_addresses(void *p)
|
||||
|
|
|
@ -310,8 +310,7 @@ void mac_ethernetSetup(void)
|
|||
usbstick_mode.sendToRf = 1;
|
||||
usbstick_mode.translate = 1;
|
||||
usbstick_mode.debugOn= 1;
|
||||
//usbstick_mode.raw = 1;
|
||||
usbstick_mode.raw = 0; //default: don't report raw frames until they are entirely correct
|
||||
usbstick_mode.raw = 0;
|
||||
|
||||
#if !RF230BB
|
||||
sicslowinput = pinput;
|
||||
|
|
Loading…
Reference in a new issue