minor cleanup

This commit is contained in:
joxe 2010-05-04 14:40:52 +00:00
parent 972e2f5d4f
commit b54f410bc8
4 changed files with 2 additions and 5 deletions

View file

@ -1,8 +1,6 @@
all: udp-client udp-server
CONTIKI=../../../../contiki-2.x
TARGET=sky
CONTIKI=../../..
WITH_UIP6=1
UIP_CONF_IPV6=1

View file

@ -0,0 +1 @@
TARGET = sky

View file

@ -33,7 +33,6 @@
#include "net/uip.h"
#include "net/uip-ds6.h"
#include "net/uip-udp-packet.h"
#include "node-id.h"
#include <stdio.h>
#include <string.h>

View file

@ -32,7 +32,6 @@
#include "contiki-net.h"
#include "net/uip.h"
#include "net/rpl/rpl.h"
#include "node-id.h"
#include "net/netstack.h"
#include "dev/button-sensor.h"