Changes to the ping part of the cc2530 and Sensinode udp-ipv6 examples

- Remove obsolete variable declarations
- prettier printf output
- cc2530 example turns on printfs
This commit is contained in:
George Oikonomou 2012-03-29 12:57:56 +01:00
parent 5afdd19403
commit 23e7f242f6
2 changed files with 5 additions and 7 deletions

View file

@ -36,7 +36,7 @@
#include "dev/button-sensor.h"
#include "debug.h"
#define DEBUG DEBUG_NONE
#define DEBUG DEBUG_PRINT
#include "net/uip-debug.h"
#define PING6_NB 5
@ -47,7 +47,6 @@
static struct etimer ping6_periodic_timer;
static uint8_t count = 0;
static uint16_t addr[8];
static uip_ipaddr_t dest_addr;
PROCESS(ping6_process, "PING6 process");

View file

@ -49,7 +49,6 @@
static struct etimer ping6_periodic_timer;
static uint8_t count = 0;
static uint16_t addr[8];
static uip_ipaddr_t dest_addr;
PROCESS(ping6_process, "PING6 process");