Changes for minimal-net and bug fix for buffer handling.
This commit is contained in:
parent
b19fb0ac9e
commit
91dd236c55
6 changed files with 35 additions and 22 deletions
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include "static-routing.h"
|
||||
|
||||
#if !defined (CONTIKI_TARGET_MINIMAL_NET) /* Any other targets will be added here (&& ! defined (OTHER))*/
|
||||
|
||||
#define DEBUG 0
|
||||
#if DEBUG
|
||||
#include <stdio.h>
|
||||
|
@ -66,3 +68,4 @@ void configure_routing(void)
|
|||
}
|
||||
}
|
||||
#endif /*!UIP_CONF_IPV6_RPL*/
|
||||
#endif /*CONTIKI_TARGET_MINIMAL_NET*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue