cc2530dk and Sensinode example udp server code cleanup

This commit is contained in:
George Oikonomou 2012-04-27 12:15:39 +01:00
parent fea95ae088
commit efd6d12831
2 changed files with 3 additions and 8 deletions

View file

@ -159,8 +159,8 @@ create_dag()
PROCESS_THREAD(udp_server_process, ev, data)
{
#if (CONTIKI_TARGET_SENSINODE && BUTTON_SENSOR_ON)
static struct sensors_sensor *b1;
static struct sensors_sensor *b2;
static const struct sensors_sensor *b1;
static const struct sensors_sensor *b2;
#endif
PROCESS_BEGIN();