const qualifiers
This commit is contained in:
parent
fd33a89214
commit
2b119b054e
4 changed files with 8 additions and 9 deletions
|
@ -30,7 +30,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: tcpip.c,v 1.4 2006/08/10 16:43:32 bg- Exp $
|
||||
* $Id: tcpip.c,v 1.5 2007/03/15 19:41:29 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
#include "contiki-conf.h"
|
||||
|
@ -188,7 +188,7 @@ udp_attach(struct uip_udp_conn *conn,
|
|||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
struct uip_udp_conn *
|
||||
udp_new(uip_ipaddr_t *ripaddr, u16_t port, void *appstate)
|
||||
udp_new(const uip_ipaddr_t *ripaddr, u16_t port, void *appstate)
|
||||
{
|
||||
struct uip_udp_conn *c;
|
||||
uip_udp_appstate_t *s;
|
||||
|
@ -403,7 +403,6 @@ PROCESS_THREAD(tcpip_process, ev, data)
|
|||
|
||||
while(1) {
|
||||
PROCESS_YIELD();
|
||||
|
||||
eventhandler(ev, data);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue