fixed compiler warning

This commit is contained in:
Niclas Finne 2012-03-14 15:20:02 +01:00
parent 862452b5b0
commit 9217c8b321

View File

@ -147,7 +147,9 @@ PROCESS_THREAD(udp_client_process, ev, data)
{
static struct etimer periodic;
static struct ctimer backoff_timer;
#if WITH_COMPOWER
static int print = 0;
#endif
PROCESS_BEGIN();