When UIP_UDP is off, turn off udp functions more accurately.

This commit is contained in:
matsutsuka 2007-09-29 03:54:18 +00:00
parent 87e32f037e
commit a6527b34d9
5 changed files with 23 additions and 6 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: uaodv.c,v 1.31 2007/08/30 14:39:17 matsutsuka Exp $
* $Id: uaodv.c,v 1.32 2007/09/29 03:54:18 matsutsuka Exp $
*/
/**
@ -38,7 +38,7 @@
* Adam Dunkels <adam@sics.se>
*/
#if UIP_UDP
#include <stdio.h>
#include <stdarg.h>
@ -626,3 +626,4 @@ PROCESS_THREAD(uaodv_process, ev, data)
PROCESS_END();
}
/*---------------------------------------------------------------------------*/
#endif /* UIP_UDP */