From 6e228f7a7970636c703d779723db96736e13753f Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 28 Nov 2007 12:52:34 +0000 Subject: [PATCH] uaodv.c now compiles without #if UIP_UDP --- core/net/uaodv.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/net/uaodv.c b/core/net/uaodv.c index 6af7ed640..8c118631f 100644 --- a/core/net/uaodv.c +++ b/core/net/uaodv.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: uaodv.c,v 1.35 2007/11/28 10:15:44 matsutsuka Exp $ + * $Id: uaodv.c,v 1.36 2007/11/28 12:52:34 adamdunkels Exp $ */ /** @@ -45,8 +45,6 @@ #include "net/uaodv-def.h" #include "net/uaodv-rt.h" -#if UIP_UDP - #define NDEBUG #include "lib/assert.h" @@ -626,5 +624,4 @@ PROCESS_THREAD(uaodv_process, ev, data) printf("uaodv_process exiting\n"); PROCESS_END(); } -#endif /* UIP_UDP */ /*---------------------------------------------------------------------------*/