mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
uaodv.c now compiles without #if UIP_UDP
This commit is contained in:
parent
3e35a97776
commit
6e228f7a79
@ -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 */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
Loading…
Reference in New Issue
Block a user