mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-12 10:30:09 +00:00
fixed compiler warning
This commit is contained in:
parent
862452b5b0
commit
9217c8b321
@ -147,7 +147,9 @@ PROCESS_THREAD(udp_client_process, ev, data)
|
|||||||
{
|
{
|
||||||
static struct etimer periodic;
|
static struct etimer periodic;
|
||||||
static struct ctimer backoff_timer;
|
static struct ctimer backoff_timer;
|
||||||
|
#if WITH_COMPOWER
|
||||||
static int print = 0;
|
static int print = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
PROCESS_BEGIN();
|
PROCESS_BEGIN();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user